comparison tests/__init__.py @ 51:2733871775cd

More unit tests.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 31 Jan 2013 12:28:10 -0800
parents fb6ae96756c1
children 9dfbc2a40b71
comparison
equal deleted inserted replaced
50:350f7f084028 51:2733871775cd
6 from mock import MockWikiParameters 6 from mock import MockWikiParameters
7 7
8 8
9 class WikkedTest(unittest.TestCase): 9 class WikkedTest(unittest.TestCase):
10 def setUp(self): 10 def setUp(self):
11 # Directory you can use for temporary files.
11 self.root = os.path.join( 12 self.root = os.path.join(
12 os.path.dirname(os.path.dirname(__file__)), 13 os.path.dirname(os.path.dirname(__file__)),
13 'test_data') 14 'test_data')
14 15
15 def tearDown(self): 16 def tearDown(self):