cesarob
cesarob
The code doesn't comply pep8 do you have any interested in it? In order to make code more 'pythonic' the api will be broken. A major version change would be...
This is error prone. Any person trying to modify something and then run the tests probably are going to find an issue here. Tests shouldn't depend on your environment. I...
The first time the tests are run this error happends: ``` ====================================================================== FAIL: test_last_activity (test.test_board.TrelloBoardTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/py-trello/test/test_board.py", line 195, in test_last_activity self.assertIsInstance(self._board.date_last_activity, datetime) AssertionError:...
Sometimes before run the test suite you need to bootstrap the project. It would be an interesting feature for the runner. You can sorted it out importing a module in...
It would be nice to have a companion tool able to consume the express-metrics report in order to explore the data.
In mobile (tested with Android) the publishing date doesn't appear. Is it the expected behaviour?