A Django plugin for py.test.
Project description
pytest-django is a plugin for pytest that provides a set of useful tools for testing Django applications and projects.
Authors: Ben Firshman, Andreas Pelme and contributors
Licence: BSD
Compatibility: Django 1.3-1.7 (Django master is compatible at the time of each release), python 2.5-2.7, 3.2-3.3 or PyPy, pytest >= 2.3.4
Project URL: https://github.com/pelme/pytest_django
Documentation: http://pytest-django.rtfd.org/
Quick Start
pip install pytest-django
Make sure DJANGO_SETTINGS_MODULE is defined and and run tests with the py.test command.
(Optionally) If you put your tests under a tests directory (the standard Django application layout), and your files are not named test_FOO.py, see the FAQ
Documentation
Why would I use this instead of Django’s manage.py test command?
Running the test suite with pytest offers some features that are not present in Djangos standard test mechanism:
Less boilerplate: no need to import unittest, create a subclass with methods. Just write tests as regular functions.
Database re-use: no need to re-create the test database for every test run.
Run tests in multiple processes for increased speed
There are a lot of other nice plugins available for pytest.
Easy switching: Existing unittest-style tests will still work without any modifications.
See the pytest documentation for more information on pytest.
Contributing
Read the contributing page from the documentation.
To run the project’s tests:
make test
To build the project’s docs:
make docs
Bugs? Feature suggestions?
Report issues and feature requests at the github issue tracker.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pytest_django-2.6.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6046c19386788717da8d28a1245a11e7f176026f1914de152eb0e081c9aac28a |
|
MD5 | 9a9fc4408f96584e5ffd37a86fdd5fb9 |
|
BLAKE2b-256 | 77953a3954d492dabcbd465d0f6f0285138cef1920d2bab24c03c4924ec7cc30 |