Skip to content

Commit 1c58646

Browse files
correct relative path to the root
1 parent 30bee53 commit 1c58646

30 files changed

+30
-30
lines changed

tests/dev/generate_roxygen_tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for (test in unique_tests) {
1515
condition <- condition_map[[test]]
1616
if (is.null(condition)) condition <- c("warning", "NA")
1717
writeLines(con = out_file, c(
18-
"# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.",
18+
"# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.",
1919
"",
2020
sprintf('test_that("analogous to test-%s: %s", {', roxygen_stub, test),
2121
sprintf(

tests/testthat/test-roxygen-examples-complete-01.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 01", {
44
expect_warning(test_collection("roxygen-examples-complete", "^01-", transformer = style_text), NA)

tests/testthat/test-roxygen-examples-complete-02.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 02", {
44
expect_warning(test_collection("roxygen-examples-complete", "^02-", transformer = style_text), NA)

tests/testthat/test-roxygen-examples-complete-03.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 03", {
44
expect_warning(test_collection("roxygen-examples-complete", "^03-", transformer = style_text), NA)

tests/testthat/test-roxygen-examples-complete-04.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 04", {
44
expect_warning(test_collection("roxygen-examples-complete", "^04-", transformer = style_text), NA)

tests/testthat/test-roxygen-examples-complete-05.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 05", {
44
expect_warning(test_collection("roxygen-examples-complete", "^05-", transformer = style_text), NA)

tests/testthat/test-roxygen-examples-complete-06.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 06", {
44
expect_warning(test_collection("roxygen-examples-complete", "^06-", transformer = style_text), NA)

tests/testthat/test-roxygen-examples-complete-07.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 07", {
44
expect_warning(test_collection("roxygen-examples-complete", "^07-", transformer = style_text), NA)

tests/testthat/test-roxygen-examples-complete-08.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 08", {
44
expect_warning(test_collection("roxygen-examples-complete", "^08-", transformer = style_text), NA)

tests/testthat/test-roxygen-examples-complete-09.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NB: DO NOT EDIT. Auto-generated by tests/dev/generate_roxygen_tests.R.
1+
# NB: DO NOT EDIT. Auto-generated by ./tests/dev/generate_roxygen_tests.R.
22

33
test_that("analogous to test-roxygen-examples-complete: 09", {
44
expect_warning(test_collection("roxygen-examples-complete", "^09-", transformer = style_text), NA)

0 commit comments

Comments
 (0)