From 43420bdd10c3ef5a251d36ee96f783fabad19758 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 15 Dec 2023 16:11:07 +0100 Subject: [PATCH] add docstring info --- tests/test_cli_full_integration.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -------------------- #