You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Re-run tests on R 4.4
* `use_tidy_github_actions()`
* Install XQuartz for `png()`
* Freshen up crashing test and only run on 4.4 and later
* Update snapshots/bump evaluate
[](https://app.codecov.io/gh/r-lib/testthat?branch=main)
20
+
[](https://app.codecov.io/gh/r-lib/testthat)
21
21
<!-- badges: end -->
22
22
23
23
## Overview
@@ -31,12 +31,12 @@ Testing your code can be painful and tedious, but it greatly increases the quali
31
31
on the command line, building test suites, or using R CMD check.
32
32
33
33
* Displays test progress visually, showing a pass, fail, or error for every
34
-
expectation. If you're using the terminal or a recent version of RStudio,
34
+
expectation. If you're using the terminal or a recent version of RStudio,
35
35
it'll even colour the output.
36
36
37
-
testthat draws inspiration from the xUnit family of testing packages, as well as from many of the innovative ruby testing libraries, like [rspec](https://rspec.info/), [testy](https://github.com/ahoward/testy), [bacon](https://github.com/leahneukirchen/bacon) and [cucumber](https://cucumber.io).
37
+
testthat draws inspiration from the xUnit family of testing packages, as well as from many of the innovative ruby testing libraries, like [rspec](https://rspec.info/), [testy](https://github.com/ahoward/testy), [bacon](https://github.com/leahneukirchen/bacon) and [cucumber](https://cucumber.io).
38
38
39
-
testthat is the most popular unit testing package for R and is used by thousands of CRAN packages.
39
+
testthat is the most popular unit testing package for R and is used by thousands of CRAN packages.
40
40
41
41
If you're not familiar with testthat, the [testing chapter](https://r-pkgs.org/testing-basics.html) in [R packages](https://r-pkgs.org) gives a good overview, along with workflow advice and concrete examples.
0 commit comments