Adding tests wip

This commit is contained in:
2021-05-27 16:47:45 -04:00
parent 4399fb6424
commit 37afd37f9e
4 changed files with 49 additions and 31 deletions
+5 -1
View File
@@ -14,4 +14,8 @@ package.path="../?.lua;../?/init.lua;../?.lua;../?/?/init.lua;"..package.path
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.
]]
]]
local multi, thread = require("multi"):init()
function runTest(path)
end