Merge branch 'master' of github.com:yagu0/valse
[valse.git] / pkg / tests / testthat / test-context1.R
CommitLineData
228ee602 1context("Context1")
2
3test_that("function 1...",
4{
5 #expect_lte( ..., ...)
6})
7
8test_that("function 2...",
9{
10 #expect_equal(..., ...)
11})