JackFawthorpe / mas-competition-backend

0 stars 0 forks source link

Remove Database dependency from Testing suite #25

Open JackFawthorpe opened 5 months ago

JackFawthorpe commented 5 months ago

For some reason the database has to exist / be set up for the tests to run.

Although it should be happy with no database maybe I could just use h2

JackFawthorpe commented 2 months ago

An in memory database causes issues due to the syntactic differences between mariaDB and in memory alternatives