Crate turdle_test

Source
Expand description

The trdelnik_test crate helps you to write Rust tests for your programs with Trdelnik. See the macro trdelnik_test for more info.

Dev Note: You need cargo expand and nightly Rust to run tests. See macrotest docs.

Attribute Macrosยง

trdelnik_test
The macro starts the Solana validator (localnet), runs your program test and then shuts down the validator.