We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45027bd commit 1a9df1eCopy full SHA for 1a9df1e
tests/test_cli.py
@@ -10,7 +10,7 @@
10
11
@pytest.fixture(name="workflow")
12
def fixture_workflow():
13
- yield Path(configs_data, "workflow.cfg")
+ yield Path(configs_data, "recipe.cfg")
14
15
16
def test_cli_has_maincli():
@@ -49,7 +49,7 @@ def test_ap_setup_false(workflow):
49
assert cmd.setup_only is False
50
51
52
-def test_ap_version(workflow):
+def test_ap_version():
53
"""Test -v version flag."""
54
with pytest.raises(SystemExit) as exit:
55
cli.ap.parse_args('-v'.split())
0 commit comments