CIA-Homebrew / BJCP-Scoresheet

Digital form of BJCP scoresheet for beer judging.
GNU General Public License v3.0
8 stars 5 forks source link

Unit Tests Stab #88

Open prphntm63 opened 4 years ago

prphntm63 commented 4 years ago

In an ideal world, we should be testing our endpoints and/or templates. This will also be nice to have if we decide to set up CI/CD.

This "Issue" would involve researching test frameworks and selecting the best one(s) for the application, creating a plan for implementing unit tests in the repository, and creating new issue(s) to do the actual integration work.