rename all setups and cleanups to test_ for stable test discovery

This commit is contained in:
Daniel 2023-12-15 16:06:43 +01:00
parent 33a9cca5aa
commit 3839e1e9b1
6 changed files with 8 additions and 7 deletions

View file

@ -43,6 +43,7 @@ def test_abratest_cli_full_integration(tmp_output: Path, tmp_recipes: Path):
# ----------------------------------- dirs ----------------------------------- #
RECIPES_DIR = tmp_recipes.resolve()
# RECIPES_DIR = Path("recipes")
OUTPUT_DIR = tmp_output.resolve()
# ------------------------------------ run ----------------------------------- #
@ -65,7 +66,7 @@ def test_abratest_cli_full_integration(tmp_output: Path, tmp_recipes: Path):
@pytest.mark.slow
def test_results_abra(tmp_output: Path):
def test_full_integration_results(tmp_output: Path):
OUTPUT_DIR = tmp_output.resolve()
DIR = DirManager(output_dir=OUTPUT_DIR, session_id="abc")