Skip to content

py.test plugin for reporting the number of SQLs executed per django testcase.

License

Notifications You must be signed in to change notification settings

movermeyer/pytest-django-sqlcount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytest-django-sqlcount

Downloads

Latest Version

License

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.

Installation

Install with pip:

pip install pytest-django-sqlcount

Uninstallation

Uninstall with pip:

pip uninstall pytest-django-sqlcount

Usage

Running tests with SQLCount output:

py.test --sqlcount myproj tests/

Limitation

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.

About

py.test plugin for reporting the number of SQLs executed per django testcase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%