Expand description
Concurrent test suites.
Modules§
- prelude
- Exports commonly used imports for writing tests.
- runner
- Runs tests concurrently with a progress bar.
Macros§
Structs§
- Context
- A test context that groups related tests together.
- Output
- A single test result.
- Output
Stream - A stream of test results.
- Path
- A qualified test path, including scope names.
Attribute Macros§
- main
- Defines a main function for an
af_core::testsuite.