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 4ac94383f..66aaf28ce 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -7,7 +7,7 @@ import os, unittest
def main():
- testDirs = ["portage", "portage_util","portage_versions", "portage_dep"]
+ testDirs = ["portage", "portage.util","portage.versions", "portage.dep"]
suite = unittest.TestSuite()