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_parse_raw(self)
Test parsing of a valid spec file
 
test_update_spec(self)
Test spec autoupdate functionality
 
test_update_spec2(self)
Another test for spec autoupdate functionality
 
test_modifying(self)
Test updating/deleting of tags and macros
 
test_modifying_err(self)
Test error conditions of modification methods
 
test_changelog(self)
Test changelog methods
 
test_quirks(self)
Test spec that is broken/has anomalities
 
test_tags(self)
Test parsing of all the different tags of spec file
 
test_patch_series(self)
Test the getting the patches as a patchseries
 
test_patch_series_quirks(self)
Patches are applied in order different from the patch numbering

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

Properties [hide private]

Inherited from object: __class__