CachedNerds / lighthouse

Apache License 2.0
1 stars 1 forks source link

Integration Testing #13

Open xmclark opened 5 years ago

xmclark commented 5 years ago

The app needs the boilerplate for integration testing with the database.

Actix suggests a pattern: https://actix.rs/docs/testing/#integration-tests

xmclark commented 5 years ago

With #21 merged, we now have a strategy for creating integration tests. This will be something we can iterate on.