projects
/
valse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
several modifs - pkg looks better (but untested)
[valse.git]
/
pkg
/
tests
/
testthat
/
test-context1.R
Commit
Line
Data
0eb161e3
BA
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
})