-
-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: pytest-dev/pytest-mock
base: v3.3.1
head repository: pytest-dev/pytest-mock
compare: v3.5.0
- 17 commits
- 8 files changed
- 7 contributors
Commits on Aug 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a7d1c8f - Browse repository at this point
Copy the full SHA a7d1c8fView commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 27ef870 - Browse repository at this point
Copy the full SHA 27ef870View commit details
Commits on Aug 29, 2020
-
Merge pull request #203 from graingert/remove-redundant-code
remove redundant unittest.mock imports
Configuration menu - View commit details
-
Copy full SHA for 632af5e - Browse repository at this point
Copy the full SHA 632af5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6cc1ec - Browse repository at this point
Copy the full SHA e6cc1ecView commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dc013a0 - Browse repository at this point
Copy the full SHA dc013a0View commit details -
Merge pull request #209 from Abstract-X/change-fixture-type
Set a new fixture type
Configuration menu - View commit details
-
Copy full SHA for bd8f613 - Browse repository at this point
Copy the full SHA bd8f613View commit details
Commits on Oct 7, 2020
-
🦭 Add seal shortcut to mocker fixture (#211)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e1464b - Browse repository at this point
Copy the full SHA 9e1464bView commit details
Commits on Dec 11, 2020
-
Ensure all the exceptions cat be spied on
This change replaces `Exception` with `BaseException` in the `spy()` method provided by the `mocker` fixture. This enables the caller to spy on things like `KeyboardInterrupt`, `GeneratorExit` and `SystemExit` exceptions that hasn't been possible before because of a bug. Before this change, any occurances of the above exceptions caused `spy()` to assign `None` to both `spy_return` and `spy_exception` attributes. Fixes #215
Configuration menu - View commit details
-
Copy full SHA for 0e6b221 - Browse repository at this point
Copy the full SHA 0e6b221View commit details
Commits on Dec 15, 2020
-
Merge pull request #216 from webknjaz/bugfixes/215-spy-on-keyboard-in…
…terrupt Ensure all the exceptions can be spied on
Configuration menu - View commit details
-
Copy full SHA for 9640a36 - Browse repository at this point
Copy the full SHA 9640a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b4afb - Browse repository at this point
Copy the full SHA 91b4afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for df9ec17 - Browse repository at this point
Copy the full SHA df9ec17View commit details -
Merge pull request #219 from nicoddemus/release-3.4.0
Prepare release 3.4.0
Configuration menu - View commit details
-
Copy full SHA for 252eba8 - Browse repository at this point
Copy the full SHA 252eba8View commit details -
Merge pull request #208 from pytest-dev/graingert-patch-1
remove type annotations from docstrings
Configuration menu - View commit details
-
Copy full SHA for d4e3f3e - Browse repository at this point
Copy the full SHA d4e3f3eView commit details
Commits on Dec 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9771def - Browse repository at this point
Copy the full SHA 9771defView commit details -
Merge pull request #220 from webknjaz/docs/216-changelog
Fix typos in a change note for the PR #216
Configuration menu - View commit details
-
Copy full SHA for 5f6cab7 - Browse repository at this point
Copy the full SHA 5f6cab7View commit details
Commits on Jan 4, 2021
-
Warn instead of raising exception in context manager (#221)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f623fa8 - Browse repository at this point
Copy the full SHA f623fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd5d70 - Browse repository at this point
Copy the full SHA cdd5d70View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.1...v3.5.0