diff options
-rw-r--r-- | tests/portage_util/test_util.py | 20 |
1 files changed, 0 insertions, 20 deletions
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 |