Project created to learn more about the fundamentals of unit testing with django.
- How to check what need to be tested
- Test organization
- Types of testing
- How to run tests
- How to read test outputs
- Model testing
- Functionality testing
- Set up mock data for the whole testing class
- Django
- "coverage" package