A Python Interpreter written in Rust. Contribute to RustPython/RustPython development by creating an account on GitHub. (more…)
Read more »
Parameterisation is a technique which makes testing simpler, more concise andmore effective. It does this by separating test logic from test data. Let’sconsi... (more…)
Read more »
This post is an attempt to catalog some of my practices around testing Python projects. It's not meant to be treated as dogma- I anticipate I'll update this significantly over time. (more…)
Read more »
In this post I’m going to explain about entry points in Python.Most people know entry points as the little snippet that you put in your setup.py file to make... (more…)
Read more »