diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-12 18:29:07 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-12 18:46:13 +0100 |
commit | ca8349a897c233d72ea74128dabdd1311f00c13c (patch) | |
tree | b7039b887254cd2f4236d4d5e23d5e5221423c33 /tests | |
parent | Have all unit tests import from our own subclass of trial's unittest TestCase... (diff) | |
download | synapse-ca8349a897c233d72ea74128dabdd1311f00c13c.tar.xz |
Allow a TestCase to set a 'loglevel' attribute, which overrides the logging level while that testcase runs
Diffstat (limited to '')
-rw-r--r-- | tests/unittest.py | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/tests/unittest.py b/tests/unittest.py |