> Is there a simple python project with unit tests written available online? > Any standard Python installation itself contains a number of tests that use the unittest module. You might want to take a look at those - there's usually a "test" directory which contains the tests. Ramaswamy