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 22c8ce0 commit 2de3e45Copy full SHA for 2de3e45
pytest_cases/tests/fixtures/test_fixtures_parametrize.py
@@ -67,6 +67,6 @@ def test_synthesis(module_results_dct):
67
'test_one[one-two]',
68
'test_one[two-one]',
69
'test_one[two-two]',
70
- 'test_two[1-2-a]',
71
- 'test_two[%s-a]' % id_of_last_tests[0],
+ 'test_two[1-2-!0!-a]',
+ 'test_two[%s-!0!-a]' % id_of_last_tests[0],
72
] + extra_test
0 commit comments