Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.
BSD 2-Clause "Simplified" License
432 stars 109 forks source link

use unittest.mock instead of mock #135

Closed pgajdos closed 2 years ago

pgajdos commented 2 years ago

Could you please consider to use unittest.mock at least as a fallback, when mock is not installed?

dainnilsson commented 2 years ago

python-fido2 1.0.0rc1 has just been released (with the final being released in about a month) which only uses unittest.mock.

pgajdos commented 2 years ago

Thanks!