Draft: chore(tests): use inventory crate for submitting tests
Relates to #35 (closed)
- Adds
inventory
crate andTestCase
struct to describe tests - Adds
test_name
macros generate test names that include module path - Tests for async on fibers rewritten with the use of the
inventory
crate - Use Rust version 1.61.0 to allow fn pointers in const fn
Edited by Егор Ивков