We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally reported by: Anonymous
py.test version 2.2.3
During a distributed test run any collection errors indicating an error in the test are silently ignored.
When exact same test run but not distributed it fails with the collection errors displayed.
Our CI system didn't fail and the tests in one of our modules (that contained an error) were silently not being run for a few days.
The text was updated successfully, but these errors were encountered:
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42):
i think this is resolved.
Sorry, something went wrong.
[pytest-dev#149] Make check and diff not mutually exclusive (pytest-d…
5e1e1a1
…ev#161) Fixes pytest-dev#149.
Merge pull request pytest-dev#149 from sjw611/patch-1
f12dc7b
Allow passing through HTTP headers.
No branches or pull requests
Originally reported by: Anonymous
py.test version 2.2.3
During a distributed test run any collection errors indicating an error in the test are silently ignored.
When exact same test run but not distributed it fails with the collection errors displayed.
Our CI system didn't fail and the tests in one of our modules (that contained an error) were silently not being run for a few days.
The text was updated successfully, but these errors were encountered: