Crates.io | wumpus-hunter |
lib.rs | wumpus-hunter |
version | 0.1.0 |
source | src |
created_at | 2024-04-12 12:01:14.019406 |
updated_at | 2024-04-12 12:01:14.019406 |
description | Run test suite of a program repeatedely |
homepage | |
repository | https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN |
max_upload_size | |
id | 1206267 |
size | 114,341 |
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.
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.