This plugin adds the number of SQLs executed on the default database connection per test to the terminal report.
All features offered by the default py.test terminal plugin should be available.
Install with pip:
pip install pytest-django-sqlcount
Uninstall with pip:
pip uninstall pytest-django-sqlcount
Running tests with SQLCount output:
py.test --sqlcount myproj tests/
Keep in mind that test factories and fixtures can create more SQLs than the tested method/function. SQLs created by those methods are included in the count.