diff --git a/tests/test_cli_full_integration.py b/tests/test_cli_full_integration.py index 50c0fb2..fcf39b9 100644 --- a/tests/test_cli_full_integration.py +++ b/tests/test_cli_full_integration.py @@ -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 -------------------- #