meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
249 stars 72 forks source link

test: mock is now a build in Python module #392

Closed jelly closed 10 months ago

jelly commented 10 months ago

Since Python 3.3 mock is now also provided by unittest so a dependency on mock is no longer required.

coveralls commented 10 months ago

Coverage Status

coverage: 99.574%. remained the same when pulling ffcc20d40a64d5d5e62518e5d7814d92dfdd4dfb on jelly:unittest-mock into 668d829fe061cbc90e74c494c708e59594599794 on meejah:main.

meejah commented 10 months ago

awesome, thanks!