viewpoint-test-macros
Procedural macros for the Viewpoint test framework.
This crate provides the #[viewpoint_test::test] attribute macro for convenient test setup.
Usage
Use with viewpoint-test:
use ;
async
The macro automatically:
- Creates a
TestHarness - Provides the
pageparameter - Handles cleanup on test completion
License
MIT