Re: [pypy-dev] How to compile a file with rpython

Well I'm working on code for PyPy. If I could unit test my code my development speed would increase a lot. It takes a long time for PyPy to build on my computer.

On 22/11/21 7:06 pm, M A wrote:
The way to unit test code is with python2 pytest.py rpython/path/to/test/test_file.py This is explained in the testing section of the "how to contribute" [0]. If that document is not clear, please help us improve it. Matti [0] https://doc.pypy.org/en/latest/contributing.html#testing

On 22/11/21 7:06 pm, M A wrote:
The way to unit test code is with python2 pytest.py rpython/path/to/test/test_file.py This is explained in the testing section of the "how to contribute" [0]. If that document is not clear, please help us improve it. Matti [0] https://doc.pypy.org/en/latest/contributing.html#testing
participants (2)
-
M A
-
Matti Picus