mix argus.corpus (Panoptes v0.13.0)

Copy Markdown View Source

Maintainer tooling over Argus.Corpus, the checkouts the test suite verifies rules against.

mix argus.corpus fetch          # clone and compile every pair, ahead of a test run
mix argus.corpus tally          # every finding title, counted across all checkouts
mix argus.corpus tally --title "owner may be restarting"   # the rows behind one title

fetch is what Argus.CorpusTest does lazily; running it first keeps the test run itself short. tally is the noise check after a rule changes: which titles fire, how often, and on what.