summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/sets/files/testConfigFileSet.py
blob: 633beb4bf59388f905fc017d5f1dd115090e27da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# testConfigFileSet.py -- Portage Unit Testing Functionality
# Copyright 2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: testShell.py 7363 2007-07-22 23:21:14Z zmedico $

from portage.tests import TestCase, test_cps
from portage.sets.files import ConfigFileSet

class ConfigFileSetTestCase(TestCase):
	"""Simple Test Case for CommandOutputSet"""

	def setUp(self):
		pass

	def tearDown(self):
		pass

	def testConfigFileSet(self):
		pass