GSTT-CSC / project-template

Template for new projects
0 stars 0 forks source link

PTD - CI/CD (Unit Testing) #79

Open mikewoodward94 opened 1 month ago

mikewoodward94 commented 1 month ago

Description

Test driven development is the gold standard for developing our projects. To help enable this, basic tests and examples of github action workflows should be included in the project template, for example ones that run on pull requests.

Requirements

  1. Workflow files that enable testing.
  2. Examples of unit tests.