The repo also links to some similar tools, like coveragepy, uncalled, and dead.

  • @[email protected]
    link
    fedilink
    16 months ago

    I recently gotten into Python programming for funzies with ChatGPT as my tutor. Definitely need a tool like this.

    • @gedhrel
      link
      3
      edit-2
      6 months ago

      What if your test is the only thing that calls a function?

      • Daniel Quinn
        link
        fedilink
        English
        16 months ago

        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.