summaryrefslogtreecommitdiff
path: root/testrepository/tests/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'testrepository/tests/commands/__init__.py')
-rw-r--r--testrepository/tests/commands/__init__.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/testrepository/tests/commands/__init__.py b/testrepository/tests/commands/__init__.py
index e69418a..f7e36ee 100644
--- a/testrepository/tests/commands/__init__.py
+++ b/testrepository/tests/commands/__init__.py
@@ -13,24 +13,3 @@
# limitations under that license.
"""Tests for commands."""
-
-import unittest
-
-def test_suite():
- names = [
- 'commands',
- 'failing',
- 'help',
- 'init',
- 'last',
- 'list_tests',
- 'load',
- 'quickstart',
- 'run',
- 'slowest',
- 'stats',
- ]
- module_names = ['testrepository.tests.commands.test_' + name for name in
- names]
- loader = unittest.TestLoader()
- return loader.loadTestsFromNames(module_names)