Paul "LeoNerd" Evans
|
aeb69c0f8c
|
Add some docstrings
|
2014-09-12 18:46:13 +01:00 |
|
Paul "LeoNerd" Evans
|
d9f3f322c5
|
Additionally look first for a 'loglevel' attribute on the running test method, before the TestCase
|
2014-09-12 18:46:13 +01:00 |
|
Paul "LeoNerd" Evans
|
33c4dd4c2d
|
Define a (class) decorator for easily setting a DEBUG logging level on a TestCase
|
2014-09-12 18:46:13 +01:00 |
|
Paul "LeoNerd" Evans
|
ca8349a897
|
Allow a TestCase to set a 'loglevel' attribute, which overrides the logging level while that testcase runs
|
2014-09-12 18:46:13 +01:00 |
|
Paul "LeoNerd" Evans
|
cd62ee3f29
|
Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY
|
2014-09-12 18:46:13 +01:00 |
|