diff test.py @ 6:4b07bb71c218

add a docstring
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 03 Jun 2011 08:24:48 -0700
parents e55489813783
children ec0e83ec329f
line wrap: on
line diff
--- a/test.py	Fri Jun 03 08:23:19 2011 -0700
+++ b/test.py	Fri Jun 03 08:24:48 2011 -0700
@@ -4,7 +4,7 @@
 import unittest
 
 class ExpressionParserUnittest(unittest.TestCase):
-
+    """test the expression parser"""
 
     def test_BasicValues(self):
         self.assertEqual(1, parse("1"))