On Wed, 2005-08-24 at 16:33 -0300, Ulisses Furquim wrote: > pylibparted 0.8.1 features a more complete implementation of the > libparted objects and functions (timers, exceptions, and others). It > also has a simple test framework, so one can check if pylibparted > works and does the same modifications to partition tables as the > parted command does. This framework is not complete yet, and it's > really simple, but I think it can be useful as a regression test > mechanism. The pylibparted project page is: > http://pylibparted.tigris.org/. Please don't do things like delpart /dev/hda1 in "tests" without due warning. Tests should be non-destructive, you can always partition files for basic testing (dd if=/dev/zero of=test.img ...) Paul