A Django app for specifying validation tests on data in your database.
Project description
A Django app for specifying validation tests on data in your database.
Documentation
The full documentation is at https://django-data-tests.readthedocs.io.
Quickstart
Install Django Data Tests:
pip install django-data-tests
Add it to your INSTALLED_APPS:
INSTALLED_APPS = ( ... 'data_tests.apps.DataTestsConfig', ... )
Add Django Data Tests’s URL patterns:
from data_tests import urls as data_tests_urls urlpatterns = [ ... url(r'^', include(data_tests_urls)), ... ]
Features
- TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.0 (2019-11-18)
- First release on PyPI.
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_data_tests-0.4.0-py2.py3-none-any.whl (12.1 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View hashes |
Filename, size django-data-tests-0.4.0.tar.gz (9.8 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for django_data_tests-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d540082458cf59efc8f5660ad0036a1c642fab8cd10ea226c034a81231c0f3c |
|
MD5 | df3799b8b7e2ccedaa2351393f08b9f4 |
|
BLAKE2-256 | 7f854d552a516aa307187d319f0a815cf1c43520ff4fc2eafcf69b26fa7e1572 |