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
I think there is an error in the documentation concerning markers. See here, below where it says "then you will see two test skipped and two executed tests as expected". The code below that sentence shows 3 tests skipped and one passed. If you study the marks above and the code output, you'll realize that the platform is not linux2 anymore, but linux, when the code snippet was (re)generated, so the linux2 test was not run.
I don't know the background behind the linux2 vs. linux platform, so I don't know if I should just correct the sentence, or adapt the code samples or regenerate the output (how?) in that section?
Uh oh!
There was an error while loading. Please reload this page.
I think there is an error in the documentation concerning markers. See here, below where it says "then you will see two test skipped and two executed tests as expected". The code below that sentence shows 3 tests skipped and one passed. If you study the
mark
s above and the code output, you'll realize that the platform is not linux2 anymore, but linux, when the code snippet was (re)generated, so the linux2 test was not run.I don't know the background behind the linux2 vs. linux platform, so I don't know if I should just correct the sentence, or adapt the code samples or regenerate the output (how?) in that section?
Relevant file for reference: https://github.com/pytest-dev/pytest/blob/master/doc/en/example/markers.rst
The text was updated successfully, but these errors were encountered: