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.
- Host: GitHub
- URL: https://github.com/wlonk/pytest-django-migrations
- Owner: wlonk
- License: bsd-3-clause
- Created: 2017-11-23T02:44:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2020-06-24T15:20:41.000Z (about 6 years ago)
- Last Synced: 2025-04-08T15:48:20.419Z (about 1 year ago)
- Topics: database, django, migrations, pytest, python
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.md
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