22 Jan
2009
22 Jan
'09
5:47 a.m.
argh, yes On 1/22/09, Antonio Cuni <anto.cuni@gmail.com> wrote:
fijal@codespeak.net wrote:
we need to have RegrTest for each file starting with test_ anyway...
Modified: pypy/trunk/lib-python/conftest.py ============================================================================== --- pypy/trunk/lib-python/conftest.py (original) +++ pypy/trunk/lib-python/conftest.py Thu Jan 22 10:34:15 2009 @@ -294,6 +294,7 @@ RegrTest('test_mmap.py'), RegrTest('test_module.py', core=True), RegrTest('test_multibytecodec.py', skip="unsupported codecs"), + RegrTest('test_multibytecodec.py_support', skip="not a test"),
uhm... did you want to write test_multibytecodec_support.py, maybe?