new directory 'tests/bugs' to keep tests for open tickets
authorStefan Behnel <scoder@users.berlios.de>
Sun, 25 Jan 2009 08:20:45 +0000 (09:20 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 25 Jan 2009 08:20:45 +0000 (09:20 +0100)
test naming convention: descriptivename_Txyz.pyx, 'xyz' being the bug number in trac
when a ticket is closed, the test should be copied to 'tests/run'.

--HG--
rename : tests/unimplemented/methodmangling.pyx => tests/bugs/methodmangling_T5.pyx

tests/bugs/methodmangling_T5.pyx [moved from tests/unimplemented/methodmangling.pyx with 93% similarity]

similarity index 93%
rename from tests/unimplemented/methodmangling.pyx
rename to tests/bugs/methodmangling_T5.pyx
index 876633a38237b00da83610a58802872be1d019d8..c3dd0b2fafb2a3091c3aef6058aecf1e28ba4b39 100644 (file)
@@ -1,3 +1,5 @@
+# this is ticket #5
+
 __doc__ = u"""
 >>> class PyTest(object):
 ...     def __private(self): pass