dcantrell / pyparted

Python bindings for GNU parted (libparted)
GNU General Public License v2.0
85 stars 42 forks source link

Added testcase for checking instantiability of class parted.Partition #27

Closed mhruscak closed 8 years ago

mhruscak commented 8 years ago

Added PartitionGetSetTestCase to check basic operations on parted.Partition attributes.

The second testcase inherits setUp from first one to avoid updating baseclass.py. Both testcases do not commit changes to temporary disk file(partitions are not created physically)