RSCodingClub / STUCO-Backend

MIT License
3 stars 0 forks source link

REST API tests. #62

Open itotallyrock opened 7 years ago

itotallyrock commented 7 years ago

I've actually decided to use Chai HTTP which is super tester with less lifting work. It makes running tests on the API easier with Chai. We've begun progress on this in the testing branch. This decision was based off a tutorial which I found very useful. It answers the questions I would have had starting this and offers examples and context.