Posts tagged testing

Understanding the purpose of tox.ini

What the tox tool is, how to configure tox.ini, and why its config file is used by other Python tools like flake8 and pytest.

Mocking in Python

A practical guide to mocking resources in Python tests using unittest.mock, covering decorators, patching, and common pitfalls.

Load Testing Guidelines

A concise set of guidelines for running effective load tests, covering real datasets, traffic distribution, and tooling.