thingsapi/things.py

Changes in DB version 24

Closed this issue · 2 comments

As discussed in #100, #101, #102 and addressed in #103, #105, #106, #107 the Things DB changed on Apr 13, 2023 in several ways:

  • The location changed
  • Some tabled were renamed
  • As discussed in #98 some date formats changed (e.g., startDate)

Due to the change in the date format the tests do not pass anymore:

% make test
.........F..........F.F..F
test_deadlines
AssertionError: 3 != 4

test_tags
AssertionError: 1 != 0

test_today
AssertionError: 4 != 6

test_upcoming
AssertionError: 1 != 0

FAILED (failures=4)
mikez commented

@AlexanderWillner Added support for new dates.

One seemingly unrelated test involving tags in test_tags is failing. Is this due to a changed database?

All green now in #112