vulture - Find dead code
Vulture finds unused classes, functions, imports and variables in your
code. This helps you cleanup and find errors in your programs. If you
run it on both your library and test suite you can find untested code.
Due to Python's dynamic nature,
Hi all,
I just released a new package: trustme
You wrote a cool network client or server. You encrypt your
connections using TLS. Your test suite needs to make TLS connections.
Uh oh. Your test suite *probably* doesn't have a valid TLS
certificate. Now what?
``trustme`` is a tiny Python package