py-trello icon indicating copy to clipboard operation
py-trello copied to clipboard

Error first time tests are run locally

Open cesarob opened this issue 6 years ago • 0 comments

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.

cesarob avatar Apr 15 '18 08:04 cesarob