class documentation

class TestBuildRpm(support.TempdirManager): (source)

View In Hierarchy

Undocumented

Method test_no_optimize_flag Undocumented
Method test_quiet Undocumented
@mac_woes
@requires_zlib()
@pytest.mark.skipif('not find_executable(\'rpm\')')
@pytest.mark.skipif('not find_executable(\'rpmbuild\')')
def test_no_optimize_flag(self): (source)

Undocumented

@mac_woes
@requires_zlib()
@pytest.mark.skipif('not find_executable(\'rpm\')')
@pytest.mark.skipif('not find_executable(\'rpmbuild\')')
def test_quiet(self): (source)

Undocumented