Rewrite mock.mock attribute accesses (#1533)

This commit is contained in:
Charlie Marsh 2023-01-01 13:14:09 -05:00 committed by GitHub
parent 509c6d5ec7
commit f1a183c171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 120 additions and 32 deletions

3
foo.py Normal file
View file

@ -0,0 +1,3 @@
import mock.mock
x = mock.mock.Mock()