Updated docs
This commit is contained in:
@@ -6,7 +6,6 @@ from unittests_translation.translation_test_case import TranslationTestCase
|
||||
|
||||
|
||||
class TranslationTestSuite(unittest.TestSuite):
|
||||
|
||||
def __init__(self):
|
||||
unittest.TestSuite.__init__(self)
|
||||
|
||||
@@ -14,9 +13,7 @@ class TranslationTestSuite(unittest.TestSuite):
|
||||
self._result: Optional[TestResult] = None
|
||||
self._is_online = True
|
||||
|
||||
active_tests = [
|
||||
TranslationTestCase
|
||||
]
|
||||
active_tests = [TranslationTestCase]
|
||||
|
||||
for test in active_tests:
|
||||
self.addTests(loader.loadTestsFromTestCase(test))
|
||||
|
||||
Reference in New Issue
Block a user