-
Notifications
You must be signed in to change notification settings - Fork 3
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
there is no suite setup execute info in the log #169
Comments
hmm, i thought pytest didn't really have a concept of suite-level setup and teardown, only fixtures that get called by individual tests as they're needed. but reading into it more i see it supports could you please confirm that's how you're defining your suite setup? or are there other ways to do it? |
ok so there's a few reasons for this:
i'm going to make some changes that should make |
actually, even i'll keep this issue open for now but i'm not sure if it's feasible |
when I use setup_module, it has been executed before each test case, My hopes is it execute only once before the module. @fixture(scope="session") |
what version of the plugin are you using? i suspect that's the same issue as #161 which was fixed in the latest version (2.5.1) |
it's working now, after upgrade to 2.5.1. |
only display the test setup log. but there is no suite setup info . I am sure the suite or session setup is exetuted.
The text was updated successfully, but these errors were encountered: