Python UnitTest Discover Quirks

Pelican contains a test suite that uses Python’s UnitTest 2 [1], and working on Pelican’s source I had run that suite from time to time.

Yesterday, however, I was delighted with this:

$ unit2 discover -v

tests.test_settings (unittest2.loader.ModuleImportFailure) ... ERROR
tests.test_importer (unittest2.loader.ModuleImportFailure) ... ERROR
tests ...
more ...