tests/testthat/test-LintRules.R

context("LintRules")

test_that("LintRules_ShouldPass_WhenRun", {
  testthat::skip_on_cran()

  # Arrange
  linterPath <- getwd()

  # Act / Assert
  lintr::expect_lint_free(path = linterPath, relative_path = FALSE)
})

Try the openbankeR package in your browser

Any scripts or data that you put into this service are public.

openbankeR documentation built on March 18, 2022, 7:55 p.m.