Crate trident_test

Crate trident_test 

Source
Expand description

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

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

Attribute Macrosยง

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