From: Alec Warner Date: Wed, 10 Jan 2007 13:45:50 +0000 (-0000) Subject: remove monolithic test X-Git-Tag: v2.1.2~101 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1fd7b6ac29d865187c77dfb5b70e7ee310559e7f;p=portage.git remove monolithic test svn path=/main/trunk/; revision=5530 --- diff --git a/tests/portage_util/test_util.py b/tests/portage_util/test_util.py deleted file mode 100644 index ddbfb8031..000000000 --- a/tests/portage_util/test_util.py +++ /dev/null @@ -1,20 +0,0 @@ -# test_vercmp.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, TestLoader - -class UtilTestCase(TestCase): - - def testUniqueArray(self): - pass - - def testVarexpand(self): - pass - - def testStackLists(self): - pass - - def testStackDicts(self): - pass