class documentation

class TestNoConfig: (source)

View In Hierarchy

Undocumented

Method test_build_with_discovered_name Undocumented
Method test_discover_name Undocumented
Constant DEFAULT_VERSION Undocumented
Constant EXAMPLES Undocumented
def test_build_with_discovered_name(self, tmp_path): (source)

Undocumented

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

Undocumented

DEFAULT_VERSION: str = (source)

Undocumented

Value
'0.0.0'
EXAMPLES: dict = (source)

Undocumented

Value
{'pkg1': ['src/pkg1.py'],
 'pkg2': ['src/pkg2/__init__.py'],
 'pkg3': ['src/pkg3/__init__.py', 'src/pkg3-stubs/__init__.py'],
 'pkg4': ['pkg4/__init__.py', 'pkg4-stubs/__init__.py'],
 'ns.nested.pkg1': ['src/ns/nested/pkg1/__init__.py'],
 'ns.nested.pkg2': ['ns/nested/pkg2/__init__.py']}