summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py2
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()