summaryrefslogtreecommitdiffstats
path: root/tests/portage_util/test_grabdict.py
blob: 9b995fa2494402f89543680a6d04e3364c99ee14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# test_grabDict.py -- Portage Unit Testing Functionality
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

from unittest import TestCase, TestLoader
from portage_util import grabdict

class GrabDictTestCase(TestCase):
	
	def testGrabDictPass(self):
		pass