blob: 4266d92266546900c7a098dc6d138c2b4c2be918 [file] [log] [blame]
# test_grabDict.py -- Portage Unit Testing Functionality
# Copyright 2006-2020 Gentoo Authors
# 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