summaryrefslogtreecommitdiffstats
path: root/tests/portage_util/test_util.py
blob: ddbfb803158773ab36d1c486d3b6e934c525a98d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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