async-std-test 0.0.1

Alternate implementation of the #[async_std::test] macro
Documentation
1
2
3
4
5
6
7
8
9
10
## async-std-test

<a href="https://github.com/ammongit/async-std-test/actions?query=workflow%3A%22Build%22">
  <img src="https://github.com/ammongit/async-std-test/workflows/Build/badge.svg"
       alt="Build status">
</a>

An alternate implementation of [`#[async_std::test]`](https://docs.rs/async-std/latest/async_std/attr.test.html) which seeks to provide more useful error reporting feedback.

Available under the MIT License.