mirror of
https://github.com/rayaman/multi.git
synced 2026-09-04 23:17:35 -04:00
Adding tests wip
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
return function objectTests(multi,thread)
|
||||
print("Testing Alarms!")
|
||||
end
|
||||
+5
-1
@@ -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
|
||||
Reference in New Issue
Block a user