1
0
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:
2018-07-02 09:34:20 +02:00
parent 2c8d4cb8bf
commit a1acb2f3ac
4 changed files with 53 additions and 5 deletions

View 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("***", "**", "*", ".", " "))
})