summaryrefslogtreecommitdiff
path: root/mock
AgeCommit message (Expand)Author
2019-07-10Upgrade python/mock to '3.0.5'Haibo Huang
2019-05-07Preparing for 3.0.5 release.Chris Withers
2019-05-07bpo-31855: unittest.mock.mock_open() results now respects the argument of rea...RĂ©mi Lapeyre
2019-05-04Preparing for 3.0.4 release.Chris Withers
2019-05-02Preparing for 3.0.3 release.Chris Withers
2019-05-02Use basestring when checking for dictionary patching.Chris Withers
2019-05-02Preparing for 3.0.2 release.Chris Withers
2019-05-02Preparing for 3.0.1 release.Chris Withers
2019-05-02Preparing for 3.0.0 release.Chris Withers
2019-05-02the one uncovered line?Chris Withers
2019-05-02tests for support code backported from Py3.Chris Withers
2019-05-02test for python 2 _isidentifierChris Withers
2019-05-02Not used, see 637abcba241a69a1d9a8acf240855a6ed158cb64.Chris Withers
2019-05-02note about how to mark uncalled functions used in tests such that coverage ig...Chris Withers
2019-05-02remove a long-disabled test that wasn't present on cpython masterChris Withers
2019-05-02this also fails on pypy as per https://github.com/testing-cabal/mock/issues/452Chris Withers
2019-05-02make magic mocks work on pypy againChris Withers
2019-05-01Mock 100% coverage (GH-13045)Chris Withers
2019-05-01remove jython support from unittest.mock (GH#13033)Chris Withers
2019-04-30Don't report deleted attributes in __dir__ (GH#10148)Mario Corchero
2019-04-30version_info is more useful as a tuple of ints.Chris Withers
2019-04-30remove pbr and replace with simpler to understand and discover code.Chris Withers
2019-04-30Deferring fixing this into https://github.com/testing-cabal/mock/issues/452Chris Withers
2019-04-30no subtest on Py2.Chris Withers
2019-04-30bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...Xtreak
2019-04-30bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...Xtreak
2019-04-30bpo-36366: Return None on stopping unstarted patch object (GH-12472)Xtreak
2019-04-30bpo-21269: Provide args and kwargs attributes on mock call objects GH11807Kumar Akshay
2019-04-30Autospec functions should propagate mock calls to parent GH-11273Xtreak
2019-04-30bpo-35512: Resolve string target to patch.dict decorator during function call...Xtreak
2019-04-30bpo-35500: align expected and actual calls on mock.assert_called_with error m...Susan Su
2019-04-30Py2-compatible super callChris Withers
2019-04-30bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)Pablo Galindo
2019-04-30Fix mock_open docstring to use readline (#11176)Xtreak
2019-04-30These appear to be unsued.Chris Withers
2019-04-30fix double patching on Py2.Chris Withers
2019-04-30Add test for double patching instance methods (#11085)Anthony Sottile
2019-04-30Have to use the funcsigs backport on Py2.Chris Withers
2019-04-30move python 3-only code to its own file.Chris Withers
2019-04-30bpo-17185: Add __signature__ to mock that can be used by inspect for signatur...Xtreak
2019-04-30bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973)Mario Corchero
2019-04-30bring uncache helper across from cpythonChris Withers
2019-04-30bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests ...Anirudha Bose
2019-04-30bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...Andrew Dunai
2019-04-30bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)Chris Withers
2019-04-30This needs to be a new-style class on Py2.Chris Withers
2019-04-30bpo-32153: Add unit test for create_autospec with partial function returned i...Xtreak
2019-04-30bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)Xtreak
2019-04-30bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka
2019-04-30python-2 spelling is assertRaisesRegexpChris Withers