pchomik / pytest-spec

Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
GNU General Public License v2.0
100 stars 19 forks source link

Also support stdlib mock #51

Closed s-t-e-v-e-n-k closed 1 year ago

s-t-e-v-e-n-k commented 2 years ago

Python >=3.3 has included mock in the standard library, so try and import that before falling back to the external mock.

pchomik commented 1 year ago

I will drop support for Python 2.7, 3.5, 3.6 in next release. Thank you for MR.