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

commit 869ffa80779f5dac7881995bf1255d8abf93103c Author: Isis Lovecruft <isis@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. """
participants (1)
-
isis@torproject.org