Crate target_test_dir_support

Source
Expand description

A support crate for the target-test-dir crate

This crate provides get_base_test_dir which can be used independently of the proc macro, as well as transform_test_with_dir which implements the actual macro transformation.

Functionsยง

get_base_test_dir
Return a Path to a test-data directory inside the crate or workspace target/ directory
transform_test_with_dir
Transform a token stream of a test function definition into a proper #[test] fn