From: Stefan Behnel Date: Sun, 25 Jan 2009 08:20:45 +0000 (+0100) Subject: new directory 'tests/bugs' to keep tests for open tickets X-Git-Tag: 0.11.rc~110 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0aa615e6b93d657e5a23e353cc62c01b2671057c;p=cython.git new directory 'tests/bugs' to keep tests for open tickets 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 --- diff --git a/tests/unimplemented/methodmangling.pyx b/tests/bugs/methodmangling_T5.pyx similarity index 93% rename from tests/unimplemented/methodmangling.pyx rename to tests/bugs/methodmangling_T5.pyx index 876633a3..c3dd0b2f 100644 --- a/tests/unimplemented/methodmangling.pyx +++ b/tests/bugs/methodmangling_T5.pyx @@ -1,3 +1,5 @@ +# this is ticket #5 + __doc__ = u""" >>> class PyTest(object): ... def __private(self): pass