mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-26 02:42:23 +01:00
and switch them to work against the generic Db trait adds the #[async_test] proc macro. it produces a test that block_on's an async function (based off the tokio-async-await-test crate which currently doesn't build due to tokio deps) Closes #156