more test re-arranging as Alec can't read what functions are in what files
authorAlec Warner <antarus@gentoo.org>
Thu, 11 Jan 2007 05:29:35 +0000 (05:29 -0000)
committerAlec Warner <antarus@gentoo.org>
Thu, 11 Jan 2007 05:29:35 +0000 (05:29 -0000)
svn path=/main/trunk/; revision=5540

tests/__init__.py
tests/portage_dep/__init__.py [new file with mode: 0644]
tests/portage_dep/test_match_from_list.py [moved from tests/portage/test_match_from_list.py with 100% similarity]

index f848fc1dd872370a6fa73306873504fbc67cfd8c..8d4ea9f0c5e8ee4c9f3c8cbb4709f277f63d3ccf 100644 (file)
@@ -7,7 +7,7 @@ import os, unittest
 
 def main():
        
-       testDirs = ["portage", "portage_util","portage_versions"]
+       testDirs = ["portage", "portage_util","portage_versions", "portage_dep"]
 
        suite = unittest.TestSuite()
 
diff --git a/tests/portage_dep/__init__.py b/tests/portage_dep/__init__.py
new file mode 100644 (file)
index 0000000..e1c0ae5
--- /dev/null
@@ -0,0 +1,4 @@
+# tests/portage/__init__.py -- Portage Unit Test functionality
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id: __init__.py 5522 2007-01-10 12:30:05Z antarus $