summaryrefslogtreecommitdiffstats
path: root/tests/portage_util/test_stackDicts.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/portage_util/test_stackDicts.py')
-rw-r--r--tests/portage_util/test_stackDicts.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/portage_util/test_stackDicts.py b/tests/portage_util/test_stackDicts.py
new file mode 100644
index 000000000..dd0743509
--- /dev/null
+++ b/tests/portage_util/test_stackDicts.py
@@ -0,0 +1,11 @@
+# test_stackDicts.py -- Portage Unit Testing Functionality
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id: test_vercmp.py 5213 2006-12-08 00:12:41Z antarus $
+
+from unittest import TestCase
+
+class StackDictsTestCase(TestCase):
+
+ def testStackDicts(self):
+ pass