py-trello
py-trello copied to clipboard
Error first time tests are run locally
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: None is not an instance of <class 'datetime.datetime'>
Second time it works.