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
…#468)
Stop loadTestsFromName from accepting class methods when they are
decorated (with e.g. mock.patch) and thus of types.FunctionType.
Also fixes issue with mock.patch'ed test case methods not working
under the multiprocess plugin (nose-devs#444).
This is my test file
test_mock.py
that minimally reproduces the failure:When I use nose2 to run all tests in this file. Everything works.
But when I use nose2 to select a specific test to run. It throws an error.
Any insight is greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: