wumpus-hunter

Crates.iowumpus-hunter
lib.rswumpus-hunter
version0.1.0
sourcesrc
created_at2024-04-12 12:01:14.019406
updated_at2024-04-12 12:01:14.019406
descriptionRun test suite of a program repeatedely
homepage
repositoryhttps://app.radicle.xyz/nodes/radicle.liw.fi/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN
max_upload_size
id1206267
size114,341
(larswirzenius)

documentation

README

wumpus-hunter - run test suite repeatedly to find flaky tests

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.

License

The wumpus hunter is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Commit count: 0

cargo fmt