fake-news-detector / api

API for saving news flagging by the users
https://fake-news-detector-api.herokuapp.com/
8 stars 1 forks source link

Add integration test for index #22

Closed dawsonfi closed 6 years ago

dawsonfi commented 6 years ago

hey @rogeriochaves

Adding tests for Index endpoint with the template.

Since the other endpoints use database, i'm gonna do them in a separated PR because i'll have to do some researching on how to test them.

Hope you like it :)

rogeriochaves commented 6 years ago

Great! Maybe later we could extract the client for one that we could use in all tests, which might include db connection

dawsonfi commented 6 years ago

Great ideia, i'll do that refactor with the new tests