We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider following (let's name it 0.lua):
require "lunatest" lunatest.suite("suite-hooks-fail") lunatest.run()
Command lua 0.lua prints:
lua 0.lua
-- (about to fail and abort suite) Error in suite-hooks-fail's suite_setup: false
Command lua 0.lua -v prints:
lua 0.lua -v
Starting tests, 2 suite(s) -- (about to fail and abort suite)
Notice no mention of suite_setup's failure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider following (let's name it 0.lua):
Command
lua 0.lua
prints:Command
lua 0.lua -v
prints:Notice no mention of suite_setup's failure.
The text was updated successfully, but these errors were encountered: