argh, yes
On 1/22/09, Antonio Cuni <[email protected]> wrote: > [email protected] 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? > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
