class documentation

class TestWithAttrDirective: (source)

View In Hierarchy

Undocumented

Method test_pyproject_metadata Undocumented
Method test_setupcfg_metadata Undocumented
def test_pyproject_metadata(self, tmp_path): (source)

Undocumented

@pytest.mark.parametrize('folder, opts', [('src', {}), ('lib', {'packages': 'find:', 'packages.find': {'where': 'lib'}})])
def test_setupcfg_metadata(self, tmp_path, folder, opts): (source)

Undocumented