| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Use 'mock.Mock()' w/ 'return_value' True, rather than inlining 'lambda _: True' in cases where the callback doesn't get called.
|
Merging w/o review: testing only fix for broken api_core CI on master. |
Sorry, something went wrong.
Use 'mock.Mock()' w/ 'return_value' True, rather than inlining 'lambda _: True' in cases where the callback doesn't get called.
| Back | FazBrowse Home | New Git URL |
Use mock.Mock() w/ return_value True, rather than inlining lambda _: True in cases where the callback doesn't get called.