[pypy-dev] [pypy-svn] r61220 - pypy/trunk/lib-python

Antonio Cuni anto.cuni at gmail.com
Thu Jan 22 11:16:45 CET 2009


fijal at 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?



More information about the Pypy-dev mailing list