Rostlab / JS16_ProjectE

In this project we will put all the apps developed in Projects B, C and D into the website that is developed in Project F. In this project you will pull the code from each project repository, compile it with the set of dependencies and package the apps, so that they can be easily called from the web site developed in project F.
GNU General Public License v3.0
0 stars 1 forks source link

Create Unit Tests #2

Closed kordianbruck closed 8 years ago

kordianbruck commented 8 years ago

It would be great, if y'all could get started writing unit tests for our api. I've setup TravisCI and nodeunit already. Find an example unit test here: https://github.com/Rostlab/JS16_ProjectA/tree/master/test

Please test against the documentation here: https://got-api.bruck.me/doc

Do local function calls, not against the public api!