Expand description
The expansion from a test function to the appropriate test struct for libtest Ideally, this code would be in libtest but for efficiency and error messages it lives here.
Enums§
- Test
Type 🔒
Functions§
- Attempts to determine the type of test. Since doctests are created without macro expanding, only possible variants here are
UnitTest
,IntegrationTest
orUnknown
.