3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Added callback tracker tests

This commit is contained in:
Björn Ritzl
2019-07-31 18:20:06 +02:00
parent f5879a5f63
commit d74efaf186
3 changed files with 77 additions and 0 deletions

View File

@@ -1,10 +1,12 @@
local deftest = require "deftest.deftest"
local test_monarch = require "test.test_monarch"
local test_callback_tracker = require "test.test_callback_tracker"
function init(self)
deftest.add(test_monarch)
deftest.add(test_callback_tracker)
deftest.run({
coverage = { enabled = true },
--pattern = "preload",