List view
The test coverage is already almost 100%, but it's not doing any requests on the real API, by default. There is one test called live.t which does run tests against the real API, but it's off by default (using some environment variable). I'm trying to add more and more tests there, so far only for unauthorized access. It's not that easy to select data that most probably will not change, because a change in data might break the tests. At the end I want to be able to also test authorized calls and get to a 100% coverage just by running the live.t tests.
No due date•141/141 issues closed