Skip to content

Commit b01b623

Browse files
Merge pull request #1106 from tidymodels/rediction-test-files
add empty test files
2 parents fd5124c + e6ae95c commit b01b623

19 files changed

+88
-168
lines changed

tests/testthat/_snaps/poisson_reg.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

tests/testthat/_snaps/proportional_hazards.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/testthat/_snaps/survival_reg.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

tests/testthat/test-poisson_reg.R

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/testthat/test_bag_mars.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test_that("testing", {
2+
# Testing is done in {baguette}
3+
# https://github.com/tidymodels/baguette
4+
5+
expect_true(TRUE)
6+
})

tests/testthat/test_bag_mlp.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test_that("testing", {
2+
# Testing is done in {baguette}
3+
# https://github.com/tidymodels/baguette
4+
5+
expect_true(TRUE)
6+
})

tests/testthat/test_bag_tree.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test_that("testing", {
2+
# Testing is done in {baguette}
3+
# https://github.com/tidymodels/baguette
4+
5+
expect_true(TRUE)
6+
})

tests/testthat/test_c5_rules.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test_that("testing", {
2+
# Testing is done in {rules}
3+
# https://github.com/tidymodels/rules
4+
5+
expect_true(TRUE)
6+
})

tests/testthat/test_cubist_rules.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test_that("testing", {
2+
# Testing is done in {rules}
3+
# https://github.com/tidymodels/rules
4+
5+
expect_true(TRUE)
6+
})
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test_that("testing", {
2+
# Testing is done in {discrim}
3+
# https://github.com/tidymodels/discrim
4+
5+
expect_true(TRUE)
6+
})

0 commit comments

Comments
 (0)