summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/xpak/__init__.py
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-03-06 07:35:22 +0000
committerAlec Warner <antarus@gentoo.org>2007-03-06 07:35:22 +0000
commit61f72875e61383dcecacf4815a8ef181e2c9cecd (patch)
treef1ec26d27c5d36f3403d8e0ade46ef333df265ad /pym/portage/tests/xpak/__init__.py
parentfc831137d4a93582bc23916ea5b993674970b1a9 (diff)
downloadportage-61f72875e61383dcecacf4815a8ef181e2c9cecd.tar.gz
portage-61f72875e61383dcecacf4815a8ef181e2c9cecd.tar.bz2
portage-61f72875e61383dcecacf4815a8ef181e2c9cecd.zip
Update all the unittests to use the new framework, test skipping with isValidAtom, add silly xpak test since I have it 'done'
svn path=/main/trunk/; revision=6182
Diffstat (limited to 'pym/portage/tests/xpak/__init__.py')
-rw-r--r--pym/portage/tests/xpak/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pym/portage/tests/xpak/__init__.py b/pym/portage/tests/xpak/__init__.py
new file mode 100644
index 000000000..a3226c133
--- /dev/null
+++ b/pym/portage/tests/xpak/__init__.py
@@ -0,0 +1,4 @@
+# tests/portage.dep/__init__.py -- Portage Unit Test functionality
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$