Testing Biskit modules
A good set of test cases is incredibly important for keeping a project like Biskit up and running. Test cases are also very useful to quickly check whether your Biskit installation is correct. Biskit contains a nifty little extension to the Python unittest framework that makes all that very easy. I have written up a more detailed description on how to use those testing tools:
/Raik