mirror of
https://github.com/msberends/AMR.git
synced 2025-12-18 05:00:28 +01:00
extra unit tests
This commit is contained in:
6
tests/testthat/test-p.symbol.R
Normal file
6
tests/testthat/test-p.symbol.R
Normal file
@@ -0,0 +1,6 @@
|
||||
context("p.symbol.R")
|
||||
|
||||
test_that("P symbol works", {
|
||||
expect_identical(p.symbol(c(0.001, 0.01, 0.05, 0.1, 1)),
|
||||
c("***", "**", "*", ".", " "))
|
||||
})
|
||||
Reference in New Issue
Block a user