You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local t = require('luatest')
local g = t.group()
local max_count = 5
local counter = 0
g.test_repro = function()
counter = counter + 1
t.assert_lt(counter, max_count)
end
I get strange output if i run tests with -R flag and one of the tests fails. See repro.
Repro
Install luatest:
Version:
Create a test:
Output:
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: