Closed ashleawalker29 closed 4 years ago
Testing needs to be set up for the django project.
No testing is extremely bad in the long run. Therefore, it needs to be set up and the code needs to be fully covered.
For setting up GitHub Actions, you can refer to algorithms_python and its workflows. Use your judgement for what should be included in this project.
This tutorial should assist in creating tests to cover the code itself.
Detailed Description
Testing needs to be set up for the django project.
Context
No testing is extremely bad in the long run. Therefore, it needs to be set up and the code needs to be fully covered.
Possible Implementation
For setting up GitHub Actions, you can refer to algorithms_python and its workflows. Use your judgement for what should be included in this project.
This tutorial should assist in creating tests to cover the code itself.