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
Are internally inconsistent. The docstring for test_function says "will not be setup or run under 'win32' platform" (and the class name TestPosixCalls is suggestive of this), but the actual condition passed to skipif (as well as reason) is the opposite: the tests will only be run on windows
The text was updated successfully, but these errors were encountered:
The first two examples in this section of the documentation:
http://pytest.org/latest/skipping.html#skip-all-test-functions-of-a-class-or-module
Are internally inconsistent. The docstring for
test_function
says"will not be setup or run under 'win32' platform"
(and the class nameTestPosixCalls
is suggestive of this), but the actual condition passed toskipif
(as well asreason
) is the opposite: the tests will only be run on windowsThe text was updated successfully, but these errors were encountered: