[py-svn] r37005 - py/dist/py/code/testing

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Jan 19 16:35:58 CET 2007


Author: cfbolz
Date: Fri Jan 19 16:35:41 2007
New Revision: 37005

Modified:
   py/dist/py/code/testing/test_source.py
Log:
add issue number


Modified: py/dist/py/code/testing/test_source.py
==============================================================================
--- py/dist/py/code/testing/test_source.py	(original)
+++ py/dist/py/code/testing/test_source.py	Fri Jan 19 16:35:41 2007
@@ -174,7 +174,7 @@
         assert source.getstatementrange(2) == (1, 4)
 
     def test_getstatementrange_bug2(self):
-        py.test.skip("fix me")
+        py.test.skip("fix me (issue19)")
         source = Source("""\
             assert (
                 33


More information about the py-svn mailing list