Skip to main content

fixtures_dir

Macro fixtures_dir 

Source
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!());