Skip to content

Commit

Permalink
Ignore data file output by unit test; [DS-3466 revdep skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmclean committed Aug 9, 2021
1 parent d09725d commit 8e44894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ inst/doc

# testthat artifact
tests/testthat/Rplots.pdf
tests/testthat/Combined data set.sav
*.Rhistory
3 changes: 3 additions & 0 deletions tests/testthat/test-mergingandstackingutilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ test_that("parseVariableWildcardForMerging", {
paste0("No variables were found in data set 1 matching the ",
"wildcard input 'Pepsi*'."), fixed = TRUE)
})

if (file.exists("Combined data set.sav"))
file.remove("Combined data set.sav")

0 comments on commit 8e44894

Please sign in to comment.