vkuznet / transfer2go

Distributed, loosely couple agent-based transferring system
MIT License
8 stars 2 forks source link

Unit/Functional Testing #17

Closed rishiloyola closed 7 years ago

rishiloyola commented 7 years ago

First, start the server using test/config.json configuration. Put all the testing configuration under the test folder.

$ transfer2go -config test/config.json -auth=false

Test endpoints:

$ cd test
$ go test

Note: This PR is still under construction.