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

from portage.tests import TestCase
from portage.util import grabdict

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