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.
1 parent 9b494ac commit d83280eCopy full SHA for d83280e
tests/testthat/test-edit.R
@@ -38,6 +38,7 @@ test_that("edit_file() copes with path to existing file", {
38
## obligate me to some nerve-wracking clean up
39
40
test_that("edit_r_XXX() and edit_git_XXX() have default scope", {
41
+ skip_if_no_git_user()
42
## run these manually if you already have these files or are happy to
43
## have them or delete them
44
skip_if_not_ci()
@@ -98,6 +99,7 @@ test_that("edit_r_profile() respects R_PROFILE_USER", {
98
99
100
101
test_that("edit_git_XXX('user') ensures the file exists", {
102
103
104
105
0 commit comments