summaryrefslogtreecommitdiffstats
path: root/tests/portage_util/test_stackLists.py
blob: 955f41ad83e041f9c049348ec42d641b831004f0 (plain)
1
2
3
4
5
6
7
8
9
10
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