Open gmelodie opened 4 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.
test.py
Already have a basic framework setup. Will change significantly with the introduction of OAuth so I'm holding off on commiting it.
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.