class documentation

class TestFlatLayoutModuleFinder: (source)

View In Hierarchy

Undocumented

Method find Undocumented
Method test_unwanted_files_not_included Undocumented
Constant EXAMPLES Undocumented
def find(self, path, *args, **kwargs): (source)

Undocumented

@pytest.mark.parametrize('example', EXAMPLES.keys())
def test_unwanted_files_not_included(self, tmp_path, example): (source)

Undocumented

Undocumented

Value
{'hidden-files': (['.module.py'], []),
 'private-modules': (['_module.py'], []),
 'common-names': (['setup.py',
                   'conftest.py',
                   'test.py',
                   'tests.py',
                   'example.py',
...