tests/testthat/test-board_azure_blob.R

board_blob <- board_azure_test(path = "", type = "blob")
test_api_basic(board_blob)
test_api_versioning(board_blob)
test_api_meta(board_blob)
test_api_manifest(board_blob)

board_blob2 <- board_azure_test(path = "test/path", type = "blob")
test_api_basic(board_blob2)
test_api_versioning(board_blob2)
test_api_meta(board_blob2)

test_that("can deparse", {
  board <- board_azure_test(path = "test/path", type = "blob")
  expect_snapshot(board_deparse(board))
})

Try the pins package in your browser

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

pins documentation built on Nov. 10, 2023, 1:06 a.m.