My Python testing style guide

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. Read more

Similar

Memray – Memory Profiler for Python

Memray is a memory profiler for Python. It can track memory allocations in Python code, in native extension modules, and in the Python interpreter itself. It can generate several different types of reports to help you analyze the captured memory usage dat... (more…)

Read more »