trbs / pid

Pidfile featuring stale detection and file-locking, can also be used as context-manager or decorator
https://pypi.python.org/pypi/pid/
Apache License 2.0
102 stars 26 forks source link

Use standard library mock when available #23

Closed carlwgeorge closed 5 years ago

carlwgeorge commented 5 years ago

Mock was added to the standard library in Python 3.3, so there is no need to pip install it.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 93.103% when pulling a0e2b607491cb3fd48924f787f698ac98923dad4 on carlwgeorge:standard-library-mock into e25c46c165e8272d0defd7906d947d7e5b805321 on trbs:master.

trbs commented 5 years ago

Thanks !