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
All failures I can find is attributed to the usage of "print l" instead of "print(l)".
The text was updated successfully, but these errors were encountered:
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42):
fixed in trunk, tests pass now on nose/python3 combo.
Sorry, something went wrong.
Don't fold postscriptum standalone comment into last statement
68c71b6
This happened when the last statement was a simple statement. Fixes pytest-dev#18 Fixes pytest-dev#28
Merge pull request #18 from blueyed/mm-tests-doctest-mock
08a7ae0
Tests: approx: mock doctest runner's pdb usage
Merge pull request pytest-dev#18 from rutsky/windows
8f284b6
fix pytest-virtualenv running on Windows
No branches or pull requests
Originally reported by: Anonymous
All failures I can find is attributed to the usage of "print l" instead of "print(l)".
The text was updated successfully, but these errors were encountered: