Skip to main content

A Django plugin for py.test.

Project description

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

Requirements

These packages are required to use pytest-django, and should be installed separately.

  • Django 1.3+ (1.4 is supported)

  • py.test

Quick Start

  1. pip install pytest-django

  2. Invoke your 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 py.test offers some features that are not present in Djangos standard test runner:

See the py.test documentation for more information on py.test.

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-1.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

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