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 tests for endpoints functions #12

Closed rogeriochaves closed 6 years ago

rogeriochaves commented 6 years ago

this guide might help: https://rocket.rs/guide/testing/

it might be hard to test because I don't know how we can mock the database or setup a testing one

rogeriochaves commented 6 years ago

This issue was moved to fake-news-detector/fake-news-detector#14