diff options
-rw-r--r-- | tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index 58ba3d41c..f848fc1dd 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -7,7 +7,7 @@ import os, unittest def main(): - testDirs = ["portage", "portage_util", "test/foo"] + testDirs = ["portage", "portage_util","portage_versions"] suite = unittest.TestSuite() |