| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a useful unit test primitive for asserting object attributes | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -0/+11 | 
| | | |||||
| * | Define a CLOS-like 'around' modifier as a decorator, to neaten up the ↵ | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -10/+23 | 
| | | | | | 'orig_*' noise of wrapping the setUp()/tearDown() methods | ||||
| * | Add some docstrings | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -0/+6 | 
| | | |||||
| * | Additionally look first for a 'loglevel' attribute on the running test ↵ | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -3/+7 | 
| | | | | | method, before the TestCase | ||||
| * | Define a (class) decorator for easily setting a DEBUG logging level on a ↵ | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -0/+5 | 
| | | | | | TestCase | ||||
| * | Allow a TestCase to set a 'loglevel' attribute, which overrides the logging ↵ | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -1/+22 | 
| | | | | | level while that testcase runs | ||||
| * | Have all unit tests import from our own subclass of trial's unittest ↵ | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -0/+30 | 
| TestCase; set up logging in ONE PLACE ONLY | |||||
