Structs

A folder used to remove any entry points (like fn main) because the harness generator will provide its own
Test 🔒
TestCtxt 🔒

Functions

Crawl over the crate, inserting test reexports and the test main function
mk_main 🔒
Creates a function item for use as the main function of a test build. This function will call the test_runner as specified by the crate attribute
Creates a slice containing every test like so: &[&test1, &test2]