Richard van der Hoff
|
f8fa5ae4af
enable twisted delayedcall debugging in UTs
|
6 years ago |
Richard van der Hoff
|
f16f0e169d
Slightly saner logging for unittests
|
8 years ago |
Mark Haines
|
700487a7c7
Fix flake8 warnings for tests
|
8 years ago |
Matthew Hodgson
|
6c28ac260c
copyrights
|
8 years ago |
Paul "LeoNerd" Evans
|
db72a07ef5
Don't make @unittest.DEBUG print the huge amount of verbosity generated by the synapse.storage loggers
|
9 years ago |
Paul "LeoNerd" Evans
|
7aacd6834a
Added a useful unit test primitive for asserting object attributes
|
10 years ago |
Paul "LeoNerd" Evans
|
7a77aabb4b
Define a CLOS-like 'around' modifier as a decorator, to neaten up the 'orig_*' noise of wrapping the setUp()/tearDown() methods
|
10 years ago |
Paul "LeoNerd" Evans
|
aeb69c0f8c
Add some docstrings
|
10 years ago |
Paul "LeoNerd" Evans
|
d9f3f322c5
Additionally look first for a 'loglevel' attribute on the running test method, before the TestCase
|
10 years ago |
Paul "LeoNerd" Evans
|
33c4dd4c2d
Define a (class) decorator for easily setting a DEBUG logging level on a TestCase
|
10 years ago |
Paul "LeoNerd" Evans
|
ca8349a897
Allow a TestCase to set a 'loglevel' attribute, which overrides the logging level while that testcase runs
|
10 years ago |
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
|
10 years ago |