pytedjmi

Test Django migrations through Pytest.


Keywords
database, django, migrations, pytest, python
License
BSD-3-Clause
Install
pip install pytedjmi==0.4.3

Documentation

Pytest Django Migrations

  • version number: 0.4.3
  • 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