marcoow / rust_rest

MIT License
5 stars 1 forks source link

Fix DB isolation for tests #18

Closed marcoow closed 10 months ago

marcoow commented 10 months ago

This fixes isolation for test cases – essentially like what #17 does but it doesn't automatically run migrations but takes the "main" test db as it is.

closes #17