We should allow rule makers to test their rules directly in lua
I think the easiest and most comfortable way to do it is by creating a Test decorator which applied on the function indicates that it is a test function.
Btw it is inspired by how testing in rust looks like:
We should allow rule makers to test their rules directly in lua I think the easiest and most comfortable way to do it is by creating a
Test
decorator which applied on the function indicates that it is a test function.Btw it is inspired by how testing in rust looks like: