cpython/Lib/unittest
Miss Islington (bot) 4594565b56 bpo-38669: patch.object now raises a helpful error (GH17510)
This means a clearer message is now shown when patch.object is called with two string arguments, rather than a class and a string argument.
(cherry picked from commit cd90a52983)

Co-authored-by: Elena Oat <oat.elena@gmail.com>
2019-12-09 06:59:04 +00:00
..
test bpo-38669: patch.object now raises a helpful error (GH17510) 2019-12-09 06:59:04 +00:00
__init__.py
__main__.py
async_case.py [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) 2019-09-11 13:40:36 +03:00
case.py bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781) 2019-09-09 17:01:14 +02:00
loader.py
main.py
mock.py bpo-38669: patch.object now raises a helpful error (GH17510) 2019-12-09 06:59:04 +00:00
result.py
runner.py
signals.py
suite.py
util.py