This directory has unit tests for DaCHS, where I'm generous with what still passes as a unit test. There are two kinds of unittests in here: *test.py -- tests for python's plain unittest framework test_*.py -- tests for twisted's trail framework (i.e., tests needing a reactor). One could probably use trial for the unittest tests as well. In addition, runAllTests guesses what modules might contain doctests and adds them to its test suite as well.