Co-Epi / app-backend-rust

iOS/Android shared Rust library for CoEpi
MIT License
40 stars 5 forks source link

Move migration tests to migration.rs #148

Closed duskoo closed 4 years ago

duskoo commented 4 years ago

The test feels vague to me. If it's testing that create_dependencies executes migrations, it should be more generic. If it's testing that 03->04 (0->1) works, it should test the complete migration, and be in migration.rs.

Originally posted by @i-schuetz in https://github.com/Co-Epi/app-backend-rust/pull/145