Skip to main content

A better test command for Django

Project description

A better test command for Django. Allows you to use --parallel to run tests in parallel (distributed as evenly as possible across your CPU cores) and --isolate to run each test in a separate process to detect test that leak state. You can also quickly re-run the tests failed in the last run using --failed. To show which tests are slowing you down, use --list-slow=<number> to show the <number> slowest tests in your test suite. To simply re-run the tests using the last configuration, use --retest.

Simply add better_test to your INSTALLED_APPS and use manage.py test --help for all options.

Project details


Download files

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

Source Distribution

django-better-test-0.10.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

django_better_test-0.10-py2.py3-none-any.whl (15.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page