tests/testthat/test_mod_mapping.R

context("Tests for the mapping R module")
library(safetyGraphics)
library(shinytest)
library(testthat)
library(stringr)

skip_on_cran()
app <- ShinyDriver$new("./module_examples/mapping")
initial<-app$getAllValues()

test_that("mappingTab works as expected",{
  skip_on_cran()
  expect_true(TRUE) #TODO - Add some real tests :/
})


app$stop()

Try the safetyGraphics package in your browser

Any scripts or data that you put into this service are public.

safetyGraphics documentation built on Dec. 28, 2022, 1:58 a.m.