Package tests :: Module test_rpm :: Class TestSpecFile
[hide private]
[frames] | no frames]

Class TestSpecFile

object --+
         |
        TestSpecFile

Test gbp.rpm.SpecFile

Instance Methods [hide private]
 
setup(self)
 
teardown(self)
 
test_spec(self)
Test parsing of a valid spec file
 
test_spec_2(self)
Test parsing of another valid spec file
 
test_spec_3(self)
Test parsing of yet another valid spec file
 
test_spec_4(self)
Test parsing of spec without orig tarball
 
test_update_spec(self)
Test spec autoupdate functionality
 
test_update_spec2(self)
Another test for spec autoupdate functionality

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__