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

Maciej Fijalkowski fijall at gmail.com
Thu Jan 22 11:47:27 CET 2009


argh, yes

On 1/22/09, Antonio Cuni <anto.cuni at gmail.com> wrote:
> 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