Skip to content

Commit ad9df1d

Browse files
Merge pull request #75 from tidymodels/cli-check_args
test {cli} changes to `check_args()`
2 parents c4621d5 + 3aa22cb commit ad9df1d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: tests/testthat/test-bag_mars.R

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test_that("check_args() works", {
2+
skip_if_not_installed("parsnip", "1.2.1.9001")
3+
4+
# Here for completeness, no checking is done
5+
expect_true(TRUE)
6+
})

Diff for: tests/testthat/test-bag_mlp.R

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test_that("check_args() works", {
2+
skip_if_not_installed("parsnip", "1.2.1.9001")
3+
4+
# Here for completeness, no checking is done
5+
expect_true(TRUE)
6+
})

0 commit comments

Comments
 (0)