Metadata-Version: 2.1
Name: pytedjmi
Version: 0.2.1
Summary: Test Django migrations through Pytest.
Home-page: UNKNOWN
License: UNKNOWN
Author: Kit La Touche
Author-email: kit@transneptune.net
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: django (>=2.0,<3.0)
Requires-Dist: pytest (>=3.0,<4.0)
Requires-Dist: pytest-django (>=3.4,<4.0)
Description-Content-Type: text/x-rst

========================
Pytest Django Migrations
========================

version number: 0.2.1
author: Kit La Touche

Overview
--------

Test Django migrations through Pytest.

Installation / Usage
--------------------

To install use pip::

    $ pip install pytedjmi


Or clone the repo::

    $ git clone https://github.com/wlonk/pytest-django-migrations.git
    $ python setup.py install
    
Contributing
------------

TBD

Example
-------

TBD

