We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expect_equal(ignore_attr = TRUE)
names
1 parent 30f5b11 commit a5716a1Copy full SHA for a5716a1
vignettes/third-edition.Rmd
@@ -82,7 +82,6 @@ Most of these functions have not been recommended for a number of years, but bef
82
This was an overly clever API that I regretted even before the release of testthat 1.0.0.
83
84
- `expect_equivalent()` has been deprecated since it is now equivalent (HA HA) to `expect_equal(ignore_attr = TRUE)`.
85
- The main difference is that it won't ignore names; so you'll need an explicit `unname()` if you deliberately want to ignore names.
86
87
- `setup()` and `teardown()` are deprecated in favour of test fixtures.
88
See `vignette("test-fixtures")` for details.
0 commit comments