summaryrefslogtreecommitdiff
path: root/testrepository/tests/arguments/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'testrepository/tests/arguments/__init__.py')
-rw-r--r--testrepository/tests/arguments/__init__.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/testrepository/tests/arguments/__init__.py b/testrepository/tests/arguments/__init__.py
index 479c9ca..cf72b2d 100644
--- a/testrepository/tests/arguments/__init__.py
+++ b/testrepository/tests/arguments/__init__.py
@@ -13,17 +13,3 @@
# limitations under that license.
"""Tests for individual arguments."""
-
-import unittest
-
-def test_suite():
- names = [
- 'command',
- 'doubledash',
- 'path',
- 'string',
- ]
- module_names = ['testrepository.tests.arguments.test_' + name for name in
- names]
- loader = unittest.TestLoader()
- return loader.loadTestsFromNames(module_names)