Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 343 Bytes

m10.md

File metadata and controls

12 lines (6 loc) · 343 Bytes

Minimalistic Embeded Test Engine

METEN - is a Minimalist Embedded Testing Engine. You can "embed" test into task source code and conditionally run them.

It's like task check but much simpler, and it's pure Raku rather than DSL:

$ cat test.raku

self.stdout-ok("'foo: {self.task-config<foo>}'");

More documentation comming soon.