Package: testthatmulti 0.2.0.9000
testthatmulti: Testing for R Packages with Multiple Attempts for Noisy Tests
Runs tests using the 'testthat' package but allows for multiple attempts for a single test. This is useful for noisy or flaky tests that generally pass but can fail due to occasional random errors, such as numeric instability or using random data.
Authors:
testthatmulti_0.2.0.9000.tar.gz
testthatmulti_0.2.0.9000.zip(r-4.7)testthatmulti_0.2.0.9000.zip(r-4.6)testthatmulti_0.2.0.9000.zip(r-4.5)
testthatmulti_0.2.0.9000.tgz(r-4.6-any)testthatmulti_0.2.0.9000.tgz(r-4.5-any)
testthatmulti_0.2.0.9000.tar.gz(r-4.7-any)testthatmulti_0.2.0.9000.tar.gz(r-4.6-any)
testthatmulti_0.2.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
testthatmulti/json (API)
NEWS
| # Install 'testthatmulti' in R: |
| install.packages('testthatmulti', repos = c('https://collinerickson.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/collinerickson/testthatmulti/issues
Last updated from:f2033aa240. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 105 | ||
| source / vignettes | OK | 137 | ||
| linux-release-x86_64 | OK | 102 | ||
| macos-release-arm64 | OK | 75 | ||
| macos-oldrel-arm64 | OK | 76 | ||
| windows-devel | OK | 106 | ||
| windows-release | OK | 55 | ||
| windows-oldrel | OK | 62 | ||
| wasm-release | OK | 84 |
Exports:ttmttm_expect_equalttm_expect_errorttm_expect_no_errorttm_expect_truettm_ittm_n
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Test that with multiple attempts | ttm |
| Test that multi: expect equal | ttm_expect_equal |
| Test that multi: expect error | ttm_expect_error |
| Test that multi: expect no error | ttm_expect_no_error |
| Test that multi: expect true | ttm_expect_true |
| Iteration count for ttm() | ttm_i |
| Max number of attempts for ttm() | ttm_n |
