Attribute Macro tlua::test

source ·
#[test]
Expand description

The recommended way to describe tests in tlua crate

Example

#[tlua::test]
fn my_test() {
    assert!(true);
}