Crate pest_test_gen

source ·

Attribute Macros

  • When added to a test module, adds test functions for pest-test test cases. Must come before the #[cfg(test)] attribute. If you specify lazy_static = true then a singleton PestTester is created and used by all the generated test functions (dependency on lazy_static is required), otherwise a separate instance is created for each test.