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

  • Smarter test discovery (no need for from .foo import * in your test modules).

  • Less boilerplate: no need to import unittest, create a subclass with methods. Just write tests as regular functions.

  • Injection of test depencies with funcargs

  • No need to run all tests, it is easy to specify which tests to run.

  • No hacks required to only run your apps, and not the 3rd party/contrib apps that is listed in your INSTALLED_APPS.

  • There are a lot of other nice plugins available for py.test.

  • No pain of switching: Existing unittest-style tests will still work without any modifications.

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.1.1.tar.gz (6.6 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pytest-django-1.1.1.tar.gz
Algorithm Hash digest
SHA256 da5ffd8fde4e5753e6d547e530657fef8820f80c0850d2d93b93f7e5f6ff3c4c
MD5 e6fbfba8c3030e27c4c73e56c95bc132
BLAKE2b-256 f28fbd46c9a6db2c9f6b4ecf82480135828041e6b483a2ab9e53471c391ff420

See more details on using hashes here.

Supported by

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