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

  • Users creation

  • Request object mocking

  • 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.1.0.tar.gz (15.0 kB view details)

Uploaded Source

Built Distribution

pytest_djangoapp-0.1.0-py2.py3-none-any.whl (13.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for pytest-djangoapp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a1b9014bba0610a140734987f2aabae5d745092b9f71bfae3d7a0c97f64548a3
MD5 2d9e3b0e721995352e7655112f231f66
BLAKE2b-256 35f3dbe327e255fb2d8bdac901aa5469456f3b76d27de0a173c4728d0f7e72df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytest_djangoapp-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 492c3214b9d5ad43989ce05befaa41b28d8bf546103b881e39ee4f3b7eb412a4
MD5 8d4accfe7a121612d952ad5ac4222dc9
BLAKE2b-256 ca9ec6ede5a781b7d4d5d2d0648df99c5cbe847288d799c4680f6f7ad03b592b

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