Attribute Macrosยง
- pest_
tests - When added to a test module, adds test functions for pest-test test cases. Must come before
the
#[cfg(test)]attribute. If you specifylazy_static = truethen a singletonPestTesteris created and used by all the generated test functions (dependency onlazy_staticis required), otherwise a separate instance is created for each test.