cleanup #18

Merged
dan merged 15 commits from cleanup into dev 2023-12-15 17:57:51 +01:00
Showing only changes of commit 43420bdd10 - Show all commits

View file

@ -23,7 +23,11 @@ def tmp_output(tmp_path_factory: pytest.TempPathFactory) -> Path:
@pytest.mark.slow
def test_abratest_cli_full_integration(tmp_output: Path, tmp_recipes: Path):
"""run abratest against the dev instance"""
"""Full integration test of abratest against the dev instance. Recipes dir not in path
this test is hard to debug as the output dir is in tmp. If required, try
pytest -s
or find the tmp dir to look into test outputs"""
# --------------------- load credentials to env variables -------------------- #