Re: [pypy-dev] Improving the documentation on how we test

2017-12-11 Thread Carl Friedrich Bolz
Hi Manuel, we require and have always required app-level tests for every new feature up to the finer details. The CPython test suite is often not very thorough, and we often work under the assumption that if our own tests about a feature work, the feature works. The coding guide states that alrea

Re: [pypy-dev] Improving the documentation on how we test

2017-12-11 Thread Antonio Cuni
On Mon, Dec 11, 2017 at 1:11 PM, Carl Friedrich Bolz wrote: > we require and have always required app-level tests for every new > feature up to the finer details. The CPython test suite is often not > very thorough, and we often work under the assumption that if our own > tests about a feature w