collect_tests_from_dir

Function collect_tests_from_dir 

Source
pub(crate) fn collect_tests_from_dir(
    cx: &TestCollectorCx,
    dir: &Utf8Path,
    relative_dir_path: &Utf8Path,
) -> Result<TestCollector>
Expand description

Recursively scans a directory to find test files and create test structures that will be handed over to the executor.