projects
/
valse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
17c633f9324023ec31c916c28ee8012362b7760b
[valse.git]
/
pkg
/
tests
/
testthat
/
test-context1.R
1
context("Context1")
2
3
test_that("function 1...",
4
{
5
#expect_lte( ..., ...)
6
})
7
8
test_that("function 2...",
9
{
10
#expect_equal(..., ...)
11
})