Skip to content

Commit 0bf7768

Browse files
author
Sylvain MARIE
committed
minor edit
1 parent 39a5cd3 commit 0bf7768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_cases/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# --cases_funcs
2626
'case_name', 'test_target', 'case_tags', 'cases_generator',
2727
# --main_fixtures
28-
'cases_fixture', 'pytest_fixture_plus', 'param_fixtures', 'param_fixture', # 'pytest_parametrize_plus',
28+
'cases_fixture', 'pytest_fixture_plus', 'param_fixtures', 'param_fixture',
2929
'fixture_union', 'NOT_USED', 'pytest_parametrize_plus', 'fixture_ref', 'unpack_fixture',
3030
# --main params
3131
'cases_data', 'CaseDataGetter', 'THIS_MODULE', 'unfold_expected_err', 'get_all_cases',

0 commit comments

Comments
 (0)