Skip to main content

A Django plugin for py.test.

Project description

Build Status

pytest-django is a plugin for pytest that provides a set of useful tools for testing Django applications and projects.

Quick Start

  1. pip install pytest-django

  2. Make sure DJANGO_SETTINGS_MODULE is defined and and run tests with the py.test command.

  3. (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

Documentation is available on Read the Docs.

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.

  • Manage test dependencies with fixtures

  • 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


Download files

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

Source Distribution

pytest-django-2.5.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_django-2.5-py2.py3-none-any.whl (15.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pytest-django-2.5.tar.gz.

File metadata

  • Download URL: pytest-django-2.5.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pytest-django-2.5.tar.gz
Algorithm Hash digest
SHA256 c3d737a6955cde1dc84ffbdeae061e9538e3fbd2d28d45fa88040515bd42d075
MD5 39033f984ca63fd7083a4cf60793fcff
BLAKE2b-256 2acbffa38c70a6fd943318532d26694a457ef3a33e801fadf5899142ae29d249

See more details on using hashes here.

File details

Details for the file pytest_django-2.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_django-2.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1adafd457f36fa9bac0fe93266cd387d61128bb358fc3825d2730bc1503d3a02
MD5 f28c21221a439072a9d5f0de70fbfe19
BLAKE2b-256 07c0c594bf8b40bd2c5de54465eff3685a953f34433d0aec1aa1ab9e96967834

See more details on using hashes here.

Supported by

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