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 62e7e2b commit 75c3a93Copy full SHA for 75c3a93
pytest_cases/tests/cases/issues/test_issue_165.py
@@ -0,0 +1,11 @@
1
+import pytest_cases
2
+
3
4
+@pytest_cases.parametrize(x=[])
5
+def case_empty(x):
6
+ return x # pragma: no cover
7
8
9
+@pytest_cases.parametrize_with_cases("x", case_empty)
10
+def test_empty_parameter_set(x):
11
+ assert False # pragma: no cover
0 commit comments