tests/proctor_test.R

test_pass = function() {
    proctor::assert_equal(1, 1)
}

test_failure = function() {
    proctor::assert_equal(200, 100)
}
n-s-f/proctor documentation built on May 23, 2019, 12:01 p.m.