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
the setup of TestClass will be called first (before setup_module), I looked at the code and I think the problem is in nose.py.
If I understand correctly, a multicall argument should be added to the pytest_runtest_setup and get executed at the start of the function.
Originally reported by: BitBucket: anomt, GitHub: anomt
Seems to me that when running py.test on test classes, for example:
the setup of TestClass will be called first (before setup_module), I looked at the code and I think the problem is in nose.py.
If I understand correctly, a multicall argument should be added to the pytest_runtest_setup and get executed at the start of the function.
The text was updated successfully, but these errors were encountered: