Skip to content
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
merged 77 commits into from
Sep 6, 2018

Conversation

nicoddemus
Copy link
Member

No description provided.

Virgil Dupras and others added 30 commits August 7, 2018 13:16
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
Support xfailed and xpassed outcomes in RunResult.
…play_mode

pytest-dev#3829 -- Add the ability to show test progress as number of tests completed instead of a percent.
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
…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)
Use standard warnings for internal pytest warnings
@nicoddemus nicoddemus merged commit e0539e6 into pytest-dev:master Sep 6, 2018
@nicoddemus nicoddemus deleted the merge-features-into-master branch September 6, 2018 12:35
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.

6 participants