medperf icon indicating copy to clipboard operation
medperf copied to clipboard

Use PostgreSQL for testing

Open hasan7n opened this issue 2 years ago • 0 comments

Currently our integration tests and server unit tests assume a sqlite3 database, while our production database is PostgreSQL. We should use PostgreSQL in testing since 1) some sql capabilities are different, and 2) Django may behave differently; Django 4.2 release notes contained some PostgreSQL-specific changes.

hasan7n avatar Mar 27 '24 23:03 hasan7n