Test & Code in Python
Developing Software with Automated Tests
We found 1 episode of Test & Code in Python with the tag “application testing”.
-
190: Testing PyPy - Carl Friedrich Bolz-Tereick
June 21st, 2022 | 51 mins 17 secs
application testing, interpreter testing, performance testing, python
PyPy is a fast, compliant alternative implementation of Python.
cPython is implemented in C. PyPy is implemented in Python.
What does that mean? And how do you test something as huge as an alternative implementation of Python?