From 68cee055aba91242c664f4c59606ffce73f4ce37 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Wed, 10 Jan 2007 13:45:27 +0000 Subject: split out util tests svn path=/main/trunk/; revision=5529 --- tests/portage_util/test_stackLists.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/portage_util/test_stackLists.py (limited to 'tests/portage_util/test_stackLists.py') diff --git a/tests/portage_util/test_stackLists.py b/tests/portage_util/test_stackLists.py new file mode 100644 index 000000000..955f41ad8 --- /dev/null +++ b/tests/portage_util/test_stackLists.py @@ -0,0 +1,11 @@ +# test_stackLists.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 StackListsTestCase(TestCase): + + def testStackLists(self): + pass -- cgit v1.2.3-1-g7c22