Skip to content

Replace Sqlite with Postgres in unit tests

Use PostgreSQL backend for django database in tests (#3601 (closed))

  • Added reset_sequence=True in the db fixture
  • Fixed timestamp comparison issue by ignoring microsecond

Migrated from D6372 (view on Phabricator)

Merge request reports