class documentation

class TestSkipBadConfig: (source)

View In Hierarchy

Undocumented

Method test_popular_config Undocumented
@pytest.mark.parametrize('setup_attrs', [{'name': 'myproj'}, {'install_requires': ['does-not-exist']}])
@pytest.mark.parametrize('pyproject_content', ['[project]\nrequires-python = \'>=3.7\'\n', '[project]\nversion = \'42\'\nrequires-python = \'>=3.7\'\n', '[project]\nname=\'othername\'\nrequires-python = \'>=3.7\'\n'])
def test_popular_config(self, tmp_path, pyproject_content, setup_attrs): (source)

Undocumented