Attribute Macro test

Source
#[test]
-toolbar>Source
#[test]
Expand description

The recommended way to describe tests in tlua crate

ยงExample

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