Package: realtest 0.2.3
realtest: Where Expectations Meet Reality: Realistic Unit Testing
A framework for unit testing for realistic minimalists, where we distinguish between expected, acceptable, current, fallback, ideal, or regressive behaviour. It can also be used for monitoring third-party software projects for changes.
Authors:
realtest_0.2.3.tar.gz
realtest_0.2.3.zip(r-4.5)realtest_0.2.3.zip(r-4.4)realtest_0.2.3.zip(r-4.3)
realtest_0.2.3.tgz(r-4.4-any)realtest_0.2.3.tgz(r-4.3-any)
realtest_0.2.3.tar.gz(r-4.5-noble)realtest_0.2.3.tar.gz(r-4.4-noble)
realtest_0.2.3.tgz(r-4.4-emscripten)realtest_0.2.3.tgz(r-4.3-emscripten)
realtest.pdf |realtest.html✨
realtest/json (API)
NEWS
# Install 'realtest' in R: |
install.packages('realtest', repos = c('https://gagolews.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gagolews/realtest/issues
continuous-testingtesting-toolsunit-testing
Last updated 4 months agofrom:57497adb4c. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 09 2024 |
R-4.5-win | NOTE | Oct 09 2024 |
R-4.5-linux | NOTE | Oct 09 2024 |
R-4.4-win | NOTE | Oct 09 2024 |
R-4.4-mac | NOTE | Oct 09 2024 |
R-4.3-win | OK | Oct 09 2024 |
R-4.3-mac | OK | Oct 09 2024 |
Exports:Efailstopignore_differencesPRsides_similarsource2test_dir
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Where Expectations Meet Reality: Realistic Unit Testing in R | -package realtest-package about_realtest realtest |
Test Which Expectations are Met | E |
Example Test Result Postprocessors | failstop |
Example Object and Side Effect Comparers | ignore_differences sides_similar |
Manually Create a Test Descriptor Prototype | P |
Summarise and Display Test Results | print.realtest_results_summary summary.realtest_results |
Create a Result Descriptor by Recording Effects of an Expression Evaluation | R |
Read and Evaluate Code from an R Script | source2 |
Gather All Test Results From R Scripts | test_dir |