[bridgedb/master] Rename `TrialAdaptedOldUnittests` → `OldUnittests`.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:35 UTC 2014


commit 869ffa80779f5dac7881995bf1255d8abf93103c
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Dec 20 02:40:16 2013 +0000

    Rename `TrialAdaptedOldUnittests` → `OldUnittests`.
---
 lib/bridgedb/test/test_Tests.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/test/test_Tests.py b/lib/bridgedb/test/test_Tests.py
index 08c5704..f261168 100644
--- a/lib/bridgedb/test/test_Tests.py
+++ b/lib/bridgedb/test/test_Tests.py
@@ -27,7 +27,7 @@ logging.warnings.filterwarnings('ignore', module="Tests")
 pyunit = __import__('unittest')
 
 
-class TrialAdaptedOldUnittests(unittest.TestCase):
+class OldUnittests(unittest.TestCase):
     """A wrapper around :mod:`bridgedb.Tests` to produce :mod:`~twisted.trial`
     compatible output.
     """





More information about the tor-commits mailing list