jendrikseipp/vulture: Find dead Python code
Find dead Python code. Contribute to jendrikseipp/vulture development by creating an account on GitHub.
The repo also links to some similar tools, like coveragepy, uncalled, and dead.
coveragepy
uncalled
dead
You're viewing a single thread.
If you ensure 100% test coverage, you don't need this ;-)
What if your test is the only thing that calls a function?
Maybe I'm misunderstanding vulture. My impression was that it's meant to be run in your CI, which would mean it's only privy to code executed by your tests. If it actually attached to production sessions, then yeah that's pretty handy.