Skip to main content
Nose Django Querycount Plugin
========================

Counts queries for each test and shows result in the end in table. XML otput
and other fancy stuff will be added later.

Installation
------------
From the source repository:

$ pip install git+git://github.com/dgladkov/nose-django-querycount.git

From PyPI:

$ pip install nose-django-querycount

Usage
------------

Currently only nose is supported, but native Django runner support is planned.
Run like following:

$ nosetests --with-querycount

Alternatively, if you use [django-nose][], add it to your Django settings
like so:

NOSE_ARGS = ['--with-querycount']
NOSE_PLUGINS = [
'nosequerycount.plugin.DjangoQueryCountPlugin',
]

Options
------------

$ nosetests --with-querycount --querycount-threshold=15

Provides query count threshold for each test. If test run exceeds 15 queries,
query count number will be red. Works only for terminal output and only if
your terminal application supports coloring.

Warning
------------

**This plugin sets DEBUG=True for tests, it can break your existing tests!**

Django test runner sets DEBUG to False when when running test, but Django
saves query log only when DEBUG mode is enabled.


[django-nose]: https://github.com/jbalogh/django-nose

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nose-django-querycount-0.3.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file nose-django-querycount-0.3.tar.gz.

File metadata

File hashes

Hashes for nose-django-querycount-0.3.tar.gz
Algorithm Hash digest
SHA256 cde45d1b70821e3d99c655053389bacf67735e127609c2539caf4b8c5d99d8f1
MD5 0eab7089437f5e85e24426d7a95fc0c3
BLAKE2b-256 20112952cfef6899df0d3c517e6bb1ab16e41099e35c6ef61a13fb9c1c5c134c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3 This release

1 file

0.2

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page