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

  • Management command calls

  • Mailing

  • Messages

  • etc.

Suitable for testing apps 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 all kinds of bootstrapping with side effects made by pytest-django just on startup, make 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.10.1.tar.gz (22.8 kB view details)

Uploaded Source

Built Distribution

pytest_djangoapp-0.10.1-py2.py3-none-any.whl (23.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: pytest-djangoapp-0.10.1.tar.gz
  • Upload date:
  • Size: 22.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for pytest-djangoapp-0.10.1.tar.gz
Algorithm Hash digest
SHA256 593b8b9d29ea27f34e5ee420ffe0b7827815f50a0cf21099b6e78faa61486135
MD5 a4de7969c7512db84ade1d097e0241ab
BLAKE2b-256 0b39b300ace7b1e7ee9d8f0539a3a3e41e85ab6a623244f2f54f1822b67f8302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytest_djangoapp-0.10.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f8e162af0abce74791f1f1b9b2e9c8d6f104faace448cd38e3489cf1b55368b7
MD5 00d7ab7fa9bc5c5d438f311431221a9c
BLAKE2b-256 e135a7df0fbe207190b80d6c1d5d7148139b657bb5cbf9b0e58038aff652e7cc

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