https://github.com/emmiegit/async-std-test
Alternate implementation of the #[async_std::test] macro
https://github.com/emmiegit/async-std-test
Last synced: 6 months ago
JSON representation
Alternate implementation of the #[async_std::test] macro
- Host: GitHub
- URL: https://github.com/emmiegit/async-std-test
- Owner: emmiegit
- License: mit
- Created: 2022-04-30T06:07:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T04:24:36.000Z (about 3 years ago)
- Last Synced: 2025-03-03T11:40:36.570Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## async-std-test
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.