summaryrefslogtreecommitdiff
path: root/mock/tests/testhelpers.py
AgeCommit message (Expand)Author
2021-10-05Remove pymock now everyone's on python3.Elliott Hughes
2020-03-13Revert "Upgrade python/mock to 4.0.2"android-r-preview-4android-r-preview-3android-r-preview-2Herbert Xue
2020-01-29this skip is no longer neededChris Withers
2020-01-29bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...blhsing
2020-01-29pypy actually gets this right, so make it clear in the testChris Withers
2020-01-29bpo-37555: Update _CallList.__contains__ to respect ANY (#14700)Elizabeth Uselton
2020-01-24re-introduce skips for https://bitbucket.org/pypy/pypy/issues/3010Chris Withers
2020-01-13fix importsChris Withers
2020-01-13new cut from cpython as at 4a686504eb2bbf69adf78077458508a7ba131667Chris Withers
2019-10-16link to the pypy issueChris Withers
2019-05-02test for python 2 _isidentifierChris Withers
2019-05-02note about how to mark uncalled functions used in tests such that coverage ig...Chris Withers
2019-05-02this also fails on pypy as per https://github.com/testing-cabal/mock/issues/452Chris Withers
2019-05-01Mock 100% coverage (GH-13045)Chris Withers
2019-04-30Deferring fixing this into https://github.com/testing-cabal/mock/issues/452Chris Withers
2019-04-30bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...Xtreak
2019-04-30bpo-21269: Provide args and kwargs attributes on mock call objects GH11807Kumar Akshay
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-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-28961: Address my comments from earlier code review (#305)Berker Peksag
2019-04-30Fix unittest.mock._Call: don't ignore nameVictor Stinner
2019-04-30Issue #26750: unittest.mock.create_autospec() now works properlyGregory P. Smith
2018-12-23Skip failure test on pypy2 and make pypy2 mandatoryxtreak
2018-11-30functools.partial has no func_defaults on Py2Chris Withers
2018-11-29Fix autospec's behavior on method-bound builtins.Aaron Gallagher
2018-09-16Drop dependency of unittest2; use stdlib unittest insteadJon Dufresne
2016-03-21Fix #328 - handle unicode __repr__ on Python 2.xJoachim Jablon
2015-07-31Improve grouping of imports in tests.Robert Collins
2015-07-29Use six to detect python2/3 in test modules.Michael Fladischer
2015-07-10Convert to a package, use pbr, update metadata.Robert Collins