square / pylink

Python Library for device debugging/programming via J-Link
https://pylink.readthedocs.io/en/latest/
Other
351 stars 128 forks source link

Remove mock #150

Closed dvzrv closed 2 years ago

dvzrv commented 2 years ago

Replace the use of mock with unittest.mock and drop the test requirement on mock.

Fixes #149

CLAassistant commented 2 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dvzrv commented 2 years ago

Oh... CLA? Okay, sorry, but no.

Feel free to use the changes though, as they are trivial.