-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
RonnyPfannschmidt
wants to merge
365
commits into
pytest-dev:pytest-2.7
from
RonnyPfannschmidt:fix-877
Closed
reencode non-ascii python2 assertion reprs, fixes #877 #878
RonnyPfannschmidt
wants to merge
365
commits into
pytest-dev:pytest-2.7
from
RonnyPfannschmidt:fix-877
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--HG-- branch : regendoc-upgrade
…est-dev#303) use regendoc normalization and regenerate docs
split travis jobs
use travis containers
add travis badge
Remove hgignore and hgtags files
pass coveralls env
appveyor integration
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
…adge Use shields.io badge for coveralls
Closes pytest-dev#713 (which happens because ReprFailDoctest doesn't have a reprcrash)
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.
Document single-method usage
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
c6a2dcc
to
37c7a36
Compare
broke the pr, will reopen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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