From 98a8516eff55814b51891e25879b6f2884895fbc Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Thu, 11 Jan 2007 19:06:52 +0000 Subject: Commit unit tests, hey look THEY ARE BROKEN svn path=/main/trunk/; revision=5557 --- tests/portage_util/test_grabdict.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/portage_util/test_grabdict.py (limited to 'tests/portage_util') diff --git a/tests/portage_util/test_grabdict.py b/tests/portage_util/test_grabdict.py new file mode 100644 index 000000000..74b28ca27 --- /dev/null +++ b/tests/portage_util/test_grabdict.py @@ -0,0 +1,12 @@ +# test_grabDict.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 +from portage_util import grabdict + +class GrabDictTestCase(TestCase): + + def testGrabDictPass(self): + pass -- cgit v1.2.3-1-g7c22