-
-
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 master into features #4021
Merge master into features #4021
Commits on Sep 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b553512 - Browse repository at this point
Copy the full SHA b553512View commit details
Commits on Sep 7, 2018
-
Merge pull request pytest-dev#3948 from nicoddemus/fix-changelog
Amend CHANGELOG with missing pytest-dev#3251
Configuration menu - View commit details
-
Copy full SHA for 3dd2933 - Browse repository at this point
Copy the full SHA 3dd2933View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826adaf - Browse repository at this point
Copy the full SHA 826adafView commit details
Commits on Sep 8, 2018
-
Merge pull request pytest-dev#3957 from asottile/changelog_files
Improve pre-commit detection for changelog filenames
Configuration menu - View commit details
-
Copy full SHA for 2c90b3d - Browse repository at this point
Copy the full SHA 2c90b3dView commit details
Commits on Sep 12, 2018
-
tests: use unittest.mock with py34+
Fixes pytest-dev#3965. Has to work around tox-dev/tox#706. No coverage for pluggymaster builds is OK though anyway.
Configuration menu - View commit details
-
Copy full SHA for 7537e94 - Browse repository at this point
Copy the full SHA 7537e94View commit details
Commits on Sep 13, 2018
-
Merge pull request pytest-dev#3967 from blueyed/optional-mock
tests: use unittest.mock with py34+
Configuration menu - View commit details
-
Copy full SHA for 2cf2dc3 - Browse repository at this point
Copy the full SHA 2cf2dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ce9a4 - Browse repository at this point
Copy the full SHA a0ce9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe55b1 - Browse repository at this point
Copy the full SHA 8fe55b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49800ea - Browse repository at this point
Copy the full SHA 49800eaView commit details
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9aa6b09 - Browse repository at this point
Copy the full SHA 9aa6b09View commit details -
Change flaky test_request_garbage to provide more debug information
This test fails *very* rarely when running in xdist.
Configuration menu - View commit details
-
Copy full SHA for 87ddb2d - Browse repository at this point
Copy the full SHA 87ddb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa78da3 - Browse repository at this point
Copy the full SHA fa78da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb41f1 - Browse repository at this point
Copy the full SHA cbb41f1View commit details -
Fix rendering of the ini example for python_files
Also added an example using one pattern per line
Configuration menu - View commit details
-
Copy full SHA for 130cf7e - Browse repository at this point
Copy the full SHA 130cf7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4dd6ee - Browse repository at this point
Copy the full SHA a4dd6eeView commit details
Commits on Sep 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 86a14d0 - Browse repository at this point
Copy the full SHA 86a14d0View commit details -
Merge pull request pytest-dev#3982 from nicoddemus/ignore-pytest-cache
Ignore pytest cache
Configuration menu - View commit details
-
Copy full SHA for f53eff9 - Browse repository at this point
Copy the full SHA f53eff9View commit details -
Merge pull request pytest-dev#3984 from nicoddemus/fix-docs-formatting
Fix rendering of the ini example for python_files
Configuration menu - View commit details
-
Copy full SHA for 2803eb9 - Browse repository at this point
Copy the full SHA 2803eb9View commit details
Commits on Sep 16, 2018
-
Merge pull request pytest-dev#3983 from nicoddemus/update-backward-po…
…licy Review backward compatibility policy
Configuration menu - View commit details
-
Copy full SHA for bb57186 - Browse repository at this point
Copy the full SHA bb57186View commit details
Commits on Sep 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 93224f8 - Browse repository at this point
Copy the full SHA 93224f8View commit details -
Faster to install and will retry uploads on connection errors.
Configuration menu - View commit details
-
Copy full SHA for 739f9a4 - Browse repository at this point
Copy the full SHA 739f9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03eaad3 - Browse repository at this point
Copy the full SHA 03eaad3View commit details -
Fix assertion rewriter crash if cwd changes mid-testing
Unfortunately we need to get a `py.path.local` object to perform the fnmatch operation, it is different from the standard `fnmatch` module because it implements its own custom logic. So we need to use `py.path` to perform the fnmatch for backward compatibility reasons. Ideally we should be able to use a "pure path" in `pathlib` terms (a path not bound to the file system), but we don't have those in pylib. Fix pytest-dev#3973
Configuration menu - View commit details
-
Copy full SHA for 1df6d28 - Browse repository at this point
Copy the full SHA 1df6d28View commit details -
Use a PurePath instance to do matching against patterns in assertion …
…rewrite This way we don't need to have real file system path, which prevents the original pytest-dev#3973 bug.
Configuration menu - View commit details
-
Copy full SHA for 37d2469 - Browse repository at this point
Copy the full SHA 37d2469View commit details
Commits on Sep 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ccb90b5 - Browse repository at this point
Copy the full SHA ccb90b5View commit details
Commits on Sep 19, 2018
-
coverage: use modules for source
This should increase coverage for subprocesses, where previously `source` paths were used only from the config file, but not the initial `--source` argument.
Configuration menu - View commit details
-
Copy full SHA for 28c9cc7 - Browse repository at this point
Copy the full SHA 28c9cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e2e65f - Browse repository at this point
Copy the full SHA 1e2e65fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f48f55 - Browse repository at this point
Copy the full SHA 7f48f55View commit details -
logging: del item.catch_log_handler only in teardown
Without this caplog.record_tuples etc is not available anymore when using `--pdb`.
Configuration menu - View commit details
-
Copy full SHA for e7eb7e7 - Browse repository at this point
Copy the full SHA e7eb7e7View commit details -
Merge pull request pytest-dev#3980 from nicoddemus/rewrite-cwd-changed
Fix assertion rewriter crash if cwd changes mid-testing
Configuration menu - View commit details
-
Copy full SHA for 29dac03 - Browse repository at this point
Copy the full SHA 29dac03View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1fa8ae - Browse repository at this point
Copy the full SHA d1fa8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e86b01e - Browse repository at this point
Copy the full SHA e86b01eView commit details -
Merge pull request pytest-dev#4003 from pytest-dev/wimglenn-patch-1
seems this subdir is now .pytest_cache not .cache
Configuration menu - View commit details
-
Copy full SHA for 1f28096 - Browse repository at this point
Copy the full SHA 1f28096View commit details -
Configuration menu - View commit details
-
Copy full SHA for c284154 - Browse repository at this point
Copy the full SHA c284154View commit details -
Merge pull request pytest-dev#3990 from blueyed/coverage-source
coverage: use modules
Configuration menu - View commit details
-
Copy full SHA for 10b3b2d - Browse repository at this point
Copy the full SHA 10b3b2dView commit details -
Merge pull request pytest-dev#3987 from nicoddemus/fix-find-scope-3941
Fix scope determination with indirect parameters
Configuration menu - View commit details
-
Copy full SHA for 27772f6 - Browse repository at this point
Copy the full SHA 27772f6View commit details -
Merge pull request pytest-dev#3998 from blueyed/logging-del
logging: del item.catch_log_handler only in teardown
Configuration menu - View commit details
-
Copy full SHA for 7aff817 - Browse repository at this point
Copy the full SHA 7aff817View commit details
Commits on Sep 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7122fa5 - Browse repository at this point
Copy the full SHA 7122fa5View commit details -
Merge pull request pytest-dev#3997 from nicoddemus/deprecation-docs
Introduce deprecations page
Configuration menu - View commit details
-
Copy full SHA for 7a5e11b - Browse repository at this point
Copy the full SHA 7a5e11bView commit details -
Merge pull request pytest-dev#4001 from asottile/fix_bytes_repr_text_…
…mix_python_2 Fix UnicodeDecodeError in assertion with mixed non-ascii bytes repr + text
Configuration menu - View commit details
-
Copy full SHA for f6eb39d - Browse repository at this point
Copy the full SHA f6eb39dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f6ea1 - Browse repository at this point
Copy the full SHA 41f6ea1View commit details
Commits on Sep 21, 2018
-
Merge pull request pytest-dev#4010 from nicoddemus/package-len-error-…
…3749 Fix 'Package has no len()' error during collection
Configuration menu - View commit details
-
Copy full SHA for f02dbaf - Browse repository at this point
Copy the full SHA f02dbafView commit details -
Maximilian Albert committed
Sep 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 9b382ed - Browse repository at this point
Copy the full SHA 9b382edView commit details -
Merge pull request pytest-dev#4012 from maxalbert/fix-docstring-typo
Fix typo in docstring
Configuration menu - View commit details
-
Copy full SHA for 58aa4f9 - Browse repository at this point
Copy the full SHA 58aa4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650c458 - Browse repository at this point
Copy the full SHA 650c458View commit details -
Merge pull request pytest-dev#4016 from williamjamir/patch-1
Include Python 3.7 on getting started doc
Configuration menu - View commit details
-
Copy full SHA for 4ba3cb2 - Browse repository at this point
Copy the full SHA 4ba3cb2View commit details
Commits on Sep 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3f6a46c - Browse repository at this point
Copy the full SHA 3f6a46cView commit details -
Merge pull request pytest-dev#4020 from crazymerlyn/release-3.8.1
Preparing release version 3.8.1
Configuration menu - View commit details
-
Copy full SHA for ec57cbf - Browse repository at this point
Copy the full SHA ec57cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d0b5a - Browse repository at this point
Copy the full SHA 56d0b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc5b6d - Browse repository at this point
Copy the full SHA fcc5b6dView commit details