This repo contains a super basic DRF app with some super basic tests.
- Create a virtual environment. Consider using pyenv for this, it's awesome.
pip install -r requirements.txt
python manage.py runserver
coverage run --source='djangotesting.api' manage.py test djangotesting
coverage report
coverage html