From 0aa615e6b93d657e5a23e353cc62c01b2671057c Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 25 Jan 2009 09:20:45 +0100 Subject: [PATCH] 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 --- .../methodmangling.pyx => bugs/methodmangling_T5.pyx} | 2 ++ 1 file changed, 2 insertions(+) rename tests/{unimplemented/methodmangling.pyx => bugs/methodmangling_T5.pyx} (93%) 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 -- 2.26.2