[pypy-dev] A very easy bug for newcomers

Костя Лопухин kostia.lopuhin at gmail.com
Mon Jun 18 22:41:49 CEST 2012


Please see pull request - not sure if I should have added test in
lib-python, because it tests the same thing, and is harder to run?
https://bitbucket.org/pypy/pypy/pull-request/69/fix-issue-1180-implement-bool-formatting

2012/6/18 Костя Лопухин <kostia.lopuhin at gmail.com>:
> Ah, I see, thank you! I tried added a test to
> lib-python/2.7/test/test_bool.py, but could not run it using
> untranslated pypy
>
> 2012/6/18 Armin Rigo <arigo at tunes.org>:
>> Hi Konstantin,
>>
>> On Mon, Jun 18, 2012 at 3:19 PM, Костя Лопухин <kostia.lopuhin at gmail.com> wrote:
>>> May I try? :)
>>
>> Sure :-)  A first quick remark: you should add a test in pypy's own
>> tests, in pypy/objspace/std/test/test_newformat.py.  Then run it with
>> "python pytest.py pypy/obj.../test_newformat.py".  In this way, you
>> see the failing test and your fixes immediately, without needing to
>> wait for a complete translation.
>>
>>
>> A bientôt,
>>
>> Armin.


More information about the pypy-dev mailing list