-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Merge features into master #3942
Merged
nicoddemus
merged 77 commits into
pytest-dev:master
from
nicoddemus:merge-features-into-master
Sep 6, 2018
Merged
Merge features into master #3942
nicoddemus
merged 77 commits into
pytest-dev:master
from
nicoddemus:merge-features-into-master
Sep 6, 2018
Conversation
This file contains 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
If `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set, disable auto-loading of plugins through setuptools entrypoints. Only plugins that have been explicitly specified are loaded. ref pytest-dev#3784.
Add option to disable plugin auto-loading
…features Merge master into features
…esult.assert_outcomes`` signature.
Support xfailed and xpassed outcomes in RunResult.
…features Merge master into features
…st progress for count console output style.
…play_mode pytest-dev#3829 -- Add the ability to show test progress as number of tests completed instead of a percent.
…led and no failed tests
Needless message printed with --failed-first and no failed tests pytest-dev#3853
…ints_no_needless_message * test_lf_and_ff_obey_verbosity is no longer necessary because test_lf_and_ff_prints_no_needless_message already checks if the proper messages are displayed when -q is used. * Improve test_lf_and_ff_prints_no_needless_message so we also check that the correct message is displayed when there are failures to run
…features Merge master into features
…nmanager It seems this has no effect since `pluggy` was developed as a separate library.
pytest_logwarning is no longer emitted by the warnings plugin, only ever emitted from .warn() functions in config and item
As suggested during review, it now accepts two forms: Node.warn(warning_instance) (recommended) Node.warn(code, message) (deprecated)
…st_warning_captured hook
…ning_captured hook
Use standard warnings for internal pytest warnings
RonnyPfannschmidt
approved these changes
Sep 6, 2018
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.
No description provided.