Skip to content

Commit e1faf05

Browse files
committed
rm spaces from filenames for travis test compliance
1 parent 69398c0 commit e1faf05

File tree

290 files changed

+2
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+2
-0
lines changed

run_tests_with_outputs.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
library(testthat)
2+
library(plotly)
23

34
setwd("tests")
45

56
save_outputs <- function(gg, name, ignore_ggplot=FALSE) {
67
filesystem_name <- gsub('/', '--', name)
8+
filesystem_name <- gsub(' ', '_', filesystem_name)
79
print(paste("running", name))
810
py <- plotly("TestBot", "r1neazxo9w")
911
u <- py$ggplotly(gg, kwargs=list(filename=paste0("ggplot2/", name),

tests/cookbook-test-suite/.RData

5.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)