metarhia / metatests

Extremely simple to use test framework and runner for Metarhia technology stack 🧪
https://metarhia.com
Other
18 stars 4 forks source link

No need test.end() if test.plan(n) used #54

Closed tshemsedinov closed 6 years ago

tshemsedinov commented 6 years ago

Now tests will not finish without test.end(), but test.plan(n) and test.pass(msg) n times should finish test automatically.