We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b0c68 commit 9e44781Copy full SHA for 9e44781
tests/README.md
@@ -69,6 +69,8 @@ function MySuite:TestFoobar()
69
end
70
71
function MySuite:TestBaz()
72
+ self:T():Log('TestBaz')
73
+
74
self:Run('sub1', function()
75
self:T():Log('sub1')
76
end)
tests/testdata/suite_test.lua
@@ -29,6 +29,8 @@ function MySuite:TestFoobar()
29
30
31
32
33
34
35
36
0 commit comments