Skip to content

have empty test files for tests in extratests and extension packages #1097

@EmilHvitfeldt

Description

@EmilHvitfeldt

We don't have any tests for bag_tree() because that model only works when {baguette} is also loaded. And it makes more sense to test these functions over there.

I think it would be useful, to still have a test file test_bag_tree.R in {parsnip} with the text.

test_that("testing", {
  # Testing is done in {baguette}
  # https://github.com/tidymodels/baguette

  expect_true(TRUE)
})

expect_true(TRUE) added to stop "skipping test files with no tests" message

Metadata

Metadata

Assignees

No one assigned

    Labels

    upkeepmaintenance, infrastructure, and similar

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions