pinterest / api-quickstart

Code that makes it easy to get started with the Pinterest API.
Apache License 2.0
125 stars 46 forks source link

Use unittest.mock #56

Closed jparise closed 2 years ago

jparise commented 2 years ago

Python 3.x includes 'mock' as part of the standard 'unittest' package, so we can use that directly without requiring the separate 'mock' package dependency.

davidchaiken commented 2 years ago

thank you!