add docstring info

This commit is contained in:
Daniel 2023-12-15 16:11:07 +01:00
parent 3839e1e9b1
commit 43420bdd10

View file

@ -23,7 +23,11 @@ def tmp_output(tmp_path_factory: pytest.TempPathFactory) -> Path:
@pytest.mark.slow @pytest.mark.slow
def test_abratest_cli_full_integration(tmp_output: Path, tmp_recipes: Path): 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 -------------------- # # --------------------- load credentials to env variables -------------------- #