syncstorage-rs/codegen
Philip Jenvey d03e711af9
test: convert the db_tests to async/await
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
2019-06-27 12:40:40 -07:00
..
src test: convert the db_tests to async/await 2019-06-27 12:40:40 -07:00
Cargo.lock test: convert the db_tests to async/await 2019-06-27 12:40:40 -07:00
Cargo.toml test: convert the db_tests to async/await 2019-06-27 12:40:40 -07:00