Skip to content

reencode non-ascii python2 assertion reprs, fixes #877 #878

New issue

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

Closed

Conversation

RonnyPfannschmidt
Copy link
Member

i decided against using a warning since the problem goes away with python3
the support code can be removed once we drop python2 in 10 years or so

RonnyPfannschmidt and others added 30 commits June 6, 2015 14:15
--HG--
branch : regendoc-upgrade
The old one from pypip.in seems to always be broken as of late
Use pypi version badge from shields.io
All badges have a similar look
Closes pytest-dev#713 (which happens because ReprFailDoctest
doesn't have a reprcrash)
pfctdayelise and others added 27 commits August 28, 2015 11:10
Add note that using marks on fixtures is not supported
Show a few diff lines when truncating string diffs
…e-known-args

Fix regression caused by changing the signature for parse_known_args
Note that calling `undo()` is generally not needed, and describe the "gotcha" discovered in pytest-dev#981.
s/test invocation/test function invocation/
Fix overriding of fixtures with parametrization.
Add notes to docstring of `monkeypatch.undo()`
…minal

Rename "warnings" to "pytest-warnings" in terminal output
Make doctest SKIP option register doctests as SKIPPED rather than PASSED
replay initial warnings when terminalreporter is loaded
It is possible to run a single test method in a class, but the syntax is
not glaringly obvious and documentation would help people out.
The fix will add option 'a' to reporting which will ease task of
adding all options or reporting at once.

Signed-off-by: Abhijeet Kasurde <[email protected]>
Fix added to show help of new reporting option 'a'.
Also, added testcase for checking reporting functionality
with option 'a'.

Signed-off-by: Abhijeet Kasurde <[email protected]>
i decided against using a warning since the problem goes away with python3
the support code can be removed once we drop python2 in 10 years or so
@RonnyPfannschmidt
Copy link
Member Author

broke the pr, will reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.