add docstring info
This commit is contained in:
parent
3839e1e9b1
commit
43420bdd10
1 changed files with 5 additions and 1 deletions
|
|
@ -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 -------------------- #
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue