File tree Expand file tree Collapse file tree 4 files changed +10
-27
lines changed
Expand file tree Collapse file tree 4 files changed +10
-27
lines changed Original file line number Diff line number Diff line change 1- # testthis 1.0.3.9000
1+ # testthis 1.0.4
2+
3+ * Import ` parse_ns_file() ` from pkgload instead of devtools
4+ * #* @testfile tag paths can now contain the script file extension ` .R `
5+ * removed deprecated ` lest_this() ` function
6+ * various small bugfixes and improvements
27
3- * Updated for compatbility with devtools > 1.13.5
48
59
610# testthis 1.0.3
Original file line number Diff line number Diff line change @@ -33,18 +33,3 @@ test_this <- function(...){
3333
3434 invisible ()
3535}
36-
37-
38-
39-
40- # ' \code{lest_this()} Deprecated. Please us `test_this()` instead.
41- # ' @export
42- # ' @rdname test_this
43- lest_this <- function (... ){
44- .Deprecated(
45- msg = paste(
46- " 'test_this()' now reloads package by default. 'lest_this()' is no" ,
47- " longer required and will be dropped in future versions."
48- ))
49- test_this(... )
50- }
Original file line number Diff line number Diff line change 11## Test environments
2- * local ubuntu 17.10 install, R 3.4.2
2+ * local ubuntu 17.10 install, R 3.4.3
33* win-builder (devel and release)
44
55## R CMD check results
1212
1313## Notes
1414
15- * vignette should now comply with CRAN guidelines
16- * some minor improvements to the package (see NEWS.md)
15+ maintenance release with compat to new devtools version and various minor
16+ bugfixes and improvements
17+
1718
1819---
Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ Description: Calls testthat::test_file on the associated test file of the
44Binding: test_this
55Interactive: TRUE
66
7- Name: Load and test
8- Description: Calls `devtools::load_all()` followed by `testthat::test_file` on
9- the associated test file of the currently open file (usually
10- "tests/test_that/test_CURRENT_FILE_NAME.R")
11- Binding: lest_this
12- Interactive: TRUE
13-
147Name: Open testfile
158Description: Jump back and forth between the currently open file and its
169 associated test file (usually "tests/test_that/test_CURRENT_FILE_NAME.R").
You can’t perform that action at this time.
0 commit comments