ossn / fixme_backend

6 stars 17 forks source link

Add tests for issue apis #15

Closed aswinmprabhu closed 5 years ago

aswinmprabhu commented 5 years ago

10

alexdor commented 5 years ago

When I try to run the test with buffalo test I don’t see this test running, am I doing smth wrong?

aswinmprabhu commented 5 years ago

You are not seeing them because they are passing. For example if you run buffalo test -m "Test_IssuesResource_Show", you will see that all tests in that particular suite pass. That's because only the Issue show function is being tested and it passed.

aswinmprabhu commented 5 years ago

@alexdor Did it work ? :)

alexdor commented 5 years ago

Yep :)