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



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
* DB queries audit
* etc.

Suitable for testing apps for Django 1.7+.


Requirements
------------

1. Python 2.7+, 3.5+


Table of Contents
-----------------

.. toctree::
    :maxdepth: 4

    quickstart
    fixtures
