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
* Migrations
* Messages
* DB queries audit
* Live server & client UI testing
* etc.

Suitable for testing apps for Django 1.8+.


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

1. Python 3.6+


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

.. toctree::
    :maxdepth: 4

    quickstart
    fixtures
