summary refs log tree commit diff
path: root/tests/unittest.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a useful unit test primitive for asserting object attributesPaul "LeoNerd" Evans2014-09-171-0/+11
* Define a CLOS-like 'around' modifier as a decorator, to neaten up the 'orig_*...Paul "LeoNerd" Evans2014-09-121-10/+23
* Add some docstringsPaul "LeoNerd" Evans2014-09-121-0/+6
* Additionally look first for a 'loglevel' attribute on the running test method...Paul "LeoNerd" Evans2014-09-121-3/+7
* Define a (class) decorator for easily setting a DEBUG logging level on a Test...Paul "LeoNerd" Evans2014-09-121-0/+5
* Allow a TestCase to set a 'loglevel' attribute, which overrides the logging l...Paul "LeoNerd" Evans2014-09-121-1/+22
* Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-0/+30