cs-24-sw-8-11 / Backend

GNU General Public License v3.0
0 stars 0 forks source link

Test driven development #1

Closed Mast3rwaf1z closed 7 months ago

Mast3rwaf1z commented 7 months ago

This is for test driven development, these tests are written to fail, they will continue to fail until the implementation is finished.

Archdragon79 commented 7 months ago

Tests missing implementations shouldn't be run yet, else the workflow will fail for eternity until we finish the entire program ;)

Archdragon79 commented 7 months ago

Questions shouldn't be hard-coded into the tests as strings, but should be in a file that we can fetch and compare from in the future