Yelp / bravado-core

Other
109 stars 98 forks source link

Use standard library mock when possible #393

Open carlwgeorge opened 1 year ago

carlwgeorge commented 1 year ago

Mock has been in the standard library since 3.3. Use it when available, falling back to the mock from PyPI if necessary.