module documentation

Undocumented

Function test_patching_does_not_cause_problems Undocumented
Function test_verbosity_level Make sure the correct verbosity level is set (issue #3038)
Variable setup_py Undocumented
def test_patching_does_not_cause_problems(): (source)

Undocumented

@pytest.mark.parametrize('flag, expected_level', [('--dry-run', 'INFO'), ('--verbose', 'DEBUG')])
def test_verbosity_level(tmp_path, monkeypatch, flag, expected_level): (source)

Make sure the correct verbosity level is set (issue #3038)

setup_py: str = (source)

Undocumented