Repurpose to frontend application which sends scenario back to be verified and added
- Rework models
- create frontend js/html page
- verification
- Backend logic
- frontend js/html
- integrage
- Users
- Login
- Managment
As of 4-13 I've installed python-coverage to help guide test case creation. Usage:
coverage --source='.' manage.py test
coverage report
As of 4-14 I've set up a Jenkins CI server to automate test running and report generation. Status should now be appearing on gitHub as well.
- django docs: https://docs.djangoproject.com/en/dev/
- guide to this format: https://guides.github.com/features/mastering-markdown/
- motivation: https://www.youtube.com/watch?v=ateQQc-AgEM
- REST testing interface GUI (really useful): https://github.com/wiztools/rest-client