ashleawalker29 / ptcg_inventory

http://ptcg-inventory.herokuapp.com/index
1 stars 0 forks source link

[FEATURE] Back-fill Tests #27

Closed ashleawalker29 closed 4 years ago

ashleawalker29 commented 4 years ago

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.