fn test_type(cx: &ExtCtxt<'_>) -> TestType
Attempts to determine the type of test. Since doctests are created without macro expanding, only possible variants here are UnitTest, IntegrationTest or Unknown.
UnitTest
IntegrationTest
Unknown