Skip to content

Draft: chore(tests): use inventory crate for submitting tests

Егор Ивков requested to merge inventory-based-tests into master

Relates to #35 (closed)

  • Adds inventory crate and TestCase 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 Егор Ивков

Merge request reports