Package: CBTF 0.6.0.9000

CBTF: Caught by the Fuzz! - A Minimalistic Fuzz-Test Runner
A simple runner for fuzz-testing functions in an R package's public interface. Fuzz testing helps identify functions lacking sufficient argument validation, and uncovers problematic inputs that, while valid by function signature, may cause issues within the function body.
Authors:
CBTF_0.6.0.9000.tar.gz
CBTF_0.6.0.9000.zip(r-4.7)CBTF_0.6.0.9000.zip(r-4.6)CBTF_0.6.0.9000.zip(r-4.5)
CBTF_0.6.0.9000.tgz(r-4.6-any)CBTF_0.6.0.9000.tgz(r-4.5-any)
CBTF_0.6.0.9000.tar.gz(r-4.7-any)CBTF_0.6.0.9000.tar.gz(r-4.6-any)
CBTF_0.6.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
CBTF/json (API)
NEWS
| # Install 'CBTF' in R: |
| install.packages('CBTF', repos = c('https://mcol.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mcol/caught-by-the-fuzz/issues
Pkgdown/docs site:https://mcol.github.io
Last updated from:0828f7e146. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 132 | ||
| source / vignettes | OK | 172 | ||
| linux-release-x86_64 | OK | 101 | ||
| macos-release-arm64 | OK | 82 | ||
| macos-oldrel-arm64 | OK | 118 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 69 | ||
| windows-oldrel | OK | 71 | ||
| wasm-release | OK | 95 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| CBTF: Caught by the Fuzz! A minimalistic fuzz-test runner | CBTF-package CBTF |
| Extract the results for a specific test input | [[.cbtf |
| Fuzz-test the specified functions | fuzz |
| Get the names of the exported functions of a package | get_exported_functions |
| Compute the number of tests performed | length.cbtf |
| Print the results from a fuzz run | print.cbtf |
| Results summary from a fuzz run | summary.cbtf |
| Default input tests | test_inputs |
| Apply additional whitelist patterns to the results of a fuzz run | whitelist |
