Commit 0aa615e6 authored by Stefan Behnel's avatar Stefan Behnel

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
parent c006ff95
# this is ticket #5
__doc__ = u""" __doc__ = u"""
>>> class PyTest(object): >>> class PyTest(object):
... def __private(self): pass ... def __private(self): pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment