nezuo / lapis

A DataStore abstraction library for Roblox
https://nezuo.github.io/lapis/
MIT License
55 stars 10 forks source link

Convert from TestEZ to Midori #18

Closed nezuo closed 1 year ago

nezuo commented 1 year ago

Midori is a new testing library I made. It has a nicer output than TestEZ (in my opinion) and allows us to run tests concurrently. We can run tests concurrently because they aren't sharing any state. It also warns if a test is taking to long to finish to easily track down tests that infinitely yield. That was an issue I dealt with a lot. It also doesn't inject any global functions.