Dsek-LTH / web

The D-guild's primary web page
https://dsek.se
European Union Public License 1.2
22 stars 9 forks source link

Mock database in testing #546

Open danieladugyan opened 1 month ago

danieladugyan commented 1 month ago

Description

When running tests locally, the tests interact with your normal development database. Since tests may arbitrarily add and remove data, it would be nice if they ran in a separate environment. Additionally, if we could completely mock our database for tests it could speed them up since we would not have to send queries to PostgreSQL.

Solution