Skip to content

Commit

Permalink
comment out multi-req tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny committed Nov 26, 2023
1 parent ec0a937 commit 7aa28f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/testthat/test-repo_describe_repo.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# with_mock_dir("t/r/descRepo", {
# test_that("`bs_describe_repo()` works", {
# x <- bs_describe_repo(repo = 'chriskenny.bsky.social', auth = auth)
# expect_s3_class(x, 'tbl_df')
# })
# })
10 changes: 10 additions & 0 deletions tests/testthat/test-repo_upload_blob.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# with_mock_dir("t/r/uploadBlob", {
# test_that("`bs_upload_blob()` works", {
# fig <- fs::path_package('bskyr', 'man/figures/logo.png')
# x <- bs_upload_blob(blob = fig, auth = auth)
# expect_s3_class(x, 'tbl_df')
# # x <- bs_upload_blob(blob = fig, auth = auth, clean = FALSE)
# # expect_equal(class(x), 'list')
# })
# })

0 comments on commit 7aa28f3

Please sign in to comment.