Commit Graph

1 Commits

Author SHA1 Message Date
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