Back to Projects
Testing
About This Project
Pytest and Unittest
A dedicated learning project from my backend course, fully centered on testing using Pytest and Unittest.
All code in this repository was reviewed and accepted by the course reviewer.
Key focus:
- Writing and organising test cases for Django applications
- Using both Pytest and Unittest frameworks
- Ensuring code meets review standards and passes all acceptance criteria
What you’ll find:
- Repositories of test modules covering models, views, serializers (as applicable)
- Examples of test setup, fixtures, mocks, and assertion patterns
- Full integration of tests into the workflow, demonstrating test automation and quality control
Tech Stack
Unittest
Pytest
Django