Skip to content

Commit bc307d6

Browse files
author
Sylvain MARIE
committed
Improved __init__.py to add missing submodules
1 parent 4534b30 commit bc307d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pytest_cases/__init__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@
3838
__all__ = [
3939
'__version__',
4040
# the submodules
41-
'common_pytest_lazy_values', 'common_pytest', 'common_others', 'common_mini_six',
42-
'case_funcs_legacy', 'case_funcs_new', 'case_parametrizer_legacy', 'case_parametrizer_new',
43-
'fixture_core1_unions', 'fixture_core2', 'fixture_parametrize_plus',
41+
'case_funcs_legacy', 'case_funcs_new', 'case_info',
42+
'case_parametrizer_legacy', 'case_parametrizer_new',
43+
'common_mini_six', 'common_others', 'common_pytest', 'common_pytest_lazy_values', 'common_pytest_marks',
44+
'filters',
45+
'fixture__creation', 'fixture_core1_unions', 'fixture_core2', 'fixture_parametrize_plus',
4446

4547
# all symbols imported above
4648
'unfold_expected_err', 'assert_exception',

0 commit comments

Comments
 (0)