MLH-Fellowship / FellowshipWrapup

A showcase of all your work done during the MLH Fellowship
MIT License
6 stars 0 forks source link

Add Golang unit testing #32

Open gmelodie opened 3 years ago

gmelodie commented 3 years ago

The way we're currently testing is by manually setting up the server and eye balling the results obtained by the test.py script. We should have backend unit tests for the Golang functions. Go makes it pretty easy to write them.

IamCathal commented 3 years ago

Already have a basic framework setup. Will change significantly with the introduction of OAuth so I'm holding off on commiting it.