class documentation

class TestFlatLayoutPackageFinder: (source)

View In Hierarchy

Undocumented

Method test_unwanted_directories_not_included Undocumented
Constant EXAMPLES Undocumented
@pytest.mark.parametrize('example', EXAMPLES.keys())
def test_unwanted_directories_not_included(self, tmp_path, example): (source)

Undocumented

Undocumented

Value
{'hidden-folders': (['.pkg/__init__.py',
                     'pkg/__init__.py',
                     'pkg/nested/file.txt'],
                    ['pkg', 'pkg.nested']),
 'private-packages': (['_pkg/__init__.py', 'pkg/_private/__init__.py'],
                      ['pkg', 'pkg._private']),
 'invalid-name': (['invalid-pkg/__init__.py', 'other.pkg/__init__.py', 'yet,anot
...