mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 02:57:14 +08:00
Test third party stubs with stubtest (#5615)
This commit is contained in:
7
stubs/mock/@tests/stubtest_allowlist.txt
Normal file
7
stubs/mock/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
mock.NonCallableMock.__new__
|
||||
mock.NonCallableMock.assert_called
|
||||
mock.NonCallableMock.assert_called_once
|
||||
mock.NonCallableMock.assert_called_once_with
|
||||
mock.NonCallableMock.assert_called_with
|
||||
mock.NonCallableMock.assert_not_called
|
||||
mock.patch
|
||||
Reference in New Issue
Block a user