Version 15.0.0

This commit is contained in:
2021-05-01 15:52:32 -04:00
parent d2ce7e070b
commit ed924a3d9d
10 changed files with 217 additions and 229 deletions
+17
View File
@@ -0,0 +1,17 @@
package.path="../?.lua;../?/init.lua;../?.lua;../?/?/init.lua;"..package.path
--[[
This file runs all tests.
Format:
Expected:
...
...
...
Actual:
...
...
...
Each test that is ran should have a 5 second pause after the test is complete
The expected and actual should "match" (Might be impossible when playing with threads)
This will be pushed directly to the master as tests start existing.
]]