An open API service indexing awesome lists of open source software.

https://github.com/wlonk/pytest-django-migrations

Test Django migrations through Pytest.
https://github.com/wlonk/pytest-django-migrations

database django migrations pytest python

Last synced: 3 months ago
JSON representation

Test Django migrations through Pytest.

Awesome Lists containing this project

README

          

========================
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