diff 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
line wrap: on
line diff
--- a/tests/__init__.py	Thu Jan 31 12:27:35 2013 -0800
+++ b/tests/__init__.py	Thu Jan 31 12:28:10 2013 -0800
@@ -8,6 +8,7 @@
 
 class WikkedTest(unittest.TestCase):
     def setUp(self):
+        # Directory you can use for temporary files.
         self.root = os.path.join(
             os.path.dirname(os.path.dirname(__file__)),
             'test_data')