Skip to main content

Nice pytest plugin to help you with Django pluggable application testing.

Project description

https://github.com/idlesign/pytest-djangoapp

release lic ci coverage health

Description

Nice pytest plugin to help you with Django pluggable application testing.

This exposes some useful tools for Django applications developers to facilitate tests authoring, including:

  • Settings overriding

  • Template tags testing

  • User creation

  • Request object creation

  • etc.

Suitable for Django 1.7+.

How to use

Let’s say you have classical tests placing (inside application directory):

package_dir
|__ myapp
|  |__ __init__.py
|  |__ tests
|  |  |__ __init__.py
|  |  |__ conftest.py  <- Configure djangoapp here.
|
|__ setup.py

Add the following lines into conftest.py to configure djangoapp and start using it:

# conftest.py
from pytest_djangoapp import configure_djangoapp_plugin

pytest_plugins = configure_djangoapp_plugin()

Fixtures usage examples can be found in the documentation and the source code.

What about pytest-django

There is a couple of design decisions in pytest-django that might make it uncomfortable to work with.

  1. It uses setuptools entrypoints feature for pytest plugin discovery. It’s not a problem by itself, but alongside with all kinds of bootstrapping with side effects made by pytest-django just on startup, makes the plugin a poor choice for cases of system-wide (i.e. not venv) installations.

  2. Philosophy that next to no unit test should require DB access may be quite annoying.

Documentation

http://pytest-djangoapp.readthedocs.org/

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-djangoapp-0.3.1.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

pytest_djangoapp-0.3.1-py2.py3-none-any.whl (15.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pytest-djangoapp-0.3.1.tar.gz.

File metadata

File hashes

Hashes for pytest-djangoapp-0.3.1.tar.gz
Algorithm Hash digest
SHA256 5dcfa4b9af4234b2dd865575680a9fb23ea2d97d6b0dd867031059ed95b573c7
MD5 53e760db0d413506201effac8cdf5d1b
BLAKE2b-256 cecae2070ea7dfb3badfb050044bbd1b5af118b3fac999a0626637297aba9293

See more details on using hashes here.

File details

Details for the file pytest_djangoapp-0.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_djangoapp-0.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7b034f945f99e8dce88f81827447e7af8fe7087c07f442415dd09d172419a420
MD5 d241ef3d00c6fbaf2f03ecef17fbe73c
BLAKE2b-256 eb10f071b5fc7c6408f0aa9c0bd85b96e1c736f9bb5552da51c1eb8f0be37038

See more details on using hashes here.

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