Skip to content

Commit 4935237

Browse files
committed
chore: add indirect parametrization for robust_demo__is_setup when checking basic syntax in unit tests
1 parent ffd4d63 commit 4935237

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/unit_tests/test_github_workflows.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
indirect=True,
1313
ids=["base", "maturin"]
1414
)
15+
@pytest.mark.parametrize(
16+
argnames="robust_demo__is_setup",
17+
argvalues=[False],
18+
indirect=True,
19+
ids=["no-setup"]
20+
)
1521
class TestWorkflow:
1622
@pytest.mark.parametrize(
1723
argnames="robust_file__path__relative",

0 commit comments

Comments
 (0)