summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-02-01 18:26:04 +0000
committerAlec Warner <antarus@gentoo.org>2007-02-01 18:26:04 +0000
commitd50d79b42515ba8c1fb5ccda989641da73f466d0 (patch)
tree8fa8a20ade13f8e6686b0a727a87ec66d5bb4a5e /tests/__init__.py
parent96e93380a5f34080862aa46b231d13dbf1bd8c6a (diff)
downloadportage-d50d79b42515ba8c1fb5ccda989641da73f466d0.tar.gz
portage-d50d79b42515ba8c1fb5ccda989641da73f466d0.tar.bz2
portage-d50d79b42515ba8c1fb5ccda989641da73f466d0.zip
fix doc typo; more test fiddling
svn path=/main/trunk/; revision=5862
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index f9bca5ee6..59152e057 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -47,3 +47,8 @@ def getTests( path, base_path ):
except ImportError:
raise
return result
+
+test_cpvs = ['sys-apps/portage','virtual/portage']
+test_versions = ['1.0', '1.0-r1','2.3_p4','1.0_alpha57']
+test_slots = [ None, '1','gentoo-sources-2.6.17','spankywashere']
+test_usedeps = ['foo','-bar', ['foo','bar'],['foo','-bar'] ]