macro_rules! fixtures_dir {
() => { ... };
}Expand description
Macro to get the fixtures directory path relative to the plugin’s Cargo.toml
Usage in plugin tests:
ⓘ
runner.test_fixtures(nginx_lint_plugin::fixtures_dir!());