[][src]Module devbox::test

Small utility library for writing Rust tests.

Attribute Macros

args

This is an attribute complementing Rust's standard #[test] attribute for test parametrization.

test_args

Same as args but applying standard Rust #[test] attribute automatically