Skip to content
New issue

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

Failed suite_setup is not reported in the output when using verbose_hooks #14

Open
AlfonZ42 opened this issue Mar 19, 2014 · 0 comments

Comments

@AlfonZ42
Copy link

Consider following (let's name it 0.lua):

require "lunatest"

lunatest.suite("suite-hooks-fail")

lunatest.run()

Command lua 0.lua prints:

-- (about to fail and abort suite)
Error in suite-hooks-fail's suite_setup: false

Command lua 0.lua -v prints:

Starting tests, 2 suite(s)

-- (about to fail and abort suite)

Notice no mention of suite_setup's failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant