stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
78 stars 50 forks source link

Use #[sqlx::test] for integration tests #69

Closed stadust closed 1 year ago

stadust commented 1 year ago

By switching to sqlx's migrations format we can clean up the integration test code and run them in parallel, as sqlx will manage test databases for us.