Source: wumpus-hunter
Maintainer: The Radicle Team <team@radicle.xyz>
Uploaders: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
Standards-Version: 4.6.2
Build-Depends: debhelper (>= 10~), git
Homepage: https://radicle.xyz/

Package: wumpus-hunter
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, git
Description: run software test suite repeatedly
 It is common that an automated test suite for some software mostly
 works, but that one or more tests sometimes fail. These are called
 "flaky tests".
 .
 The wumpus hunter is a tool that runs the test suite for some software
 repeatedly. At a very high level, the wumpus hunter clones the other
 software's git repository, and runs the test suite, and does this
 repeatedly, and logs and reports results. The details are slightly
 more complicated, but the basic idea is that.
