Skip to content

Commit

Permalink
removing style files tests with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kcphila committed Oct 5, 2023
1 parent 1f2fa30 commit e428d03
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tests/testthat/test-hooks.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,24 +140,6 @@ run_test("style-files",
)
)

# verify that style-files, which uses docopt with preprocessed args,
# functions as expected with filenames that contain spaces

run_test("style-files",
file_name = "style files with spaces",
suffix = "-success.R",
cmd_args = c("--style_pkg=styler", "--style_fun=tidyverse_style", "--cache-root=styler")
)

run_test("style-files",
file_name = "style files with spaces",
suffix = "-fail.R",
std_err = NA,
cmd_args = c(
"--style_pkg=styler", "--style_fun=tidyverse_style", "--cache-root=styler"
)
)

### . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..
### no-browser-statement ####
# success
Expand Down

0 comments on commit e428d03

Please sign in to comment.