DRF Testing package
To demonstrate how to create python-django package with test cases
- Demo project
- Demo package
- Workflows
- django, djangorestframework, markdown, django-filter
- Package already available on PyPi
pip install otus-open-lesson
Add package to INSTALLED_APPS
INSTALLED_APPS = [
...,
'otus_open_lesson',
]
Run tests
python manage.py test