Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Apr 26, 2024
1 parent bd49e69 commit e403b4d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![downloads](http://cranlogs.r-pkg.org/badges/grand-total/blackmarbler)
[![GitHub Repo stars](https://img.shields.io/github/stars/worldbank/blackmarbler)](https://github.com/worldbank/blackmarbler)
[![activity](https://img.shields.io/github/commit-activity/m/worldbank/blackmarbler)](https://github.com/worldbank/blackmarbler/graphs/commit-activity)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit)

<!-- badges: end -->

Expand Down
9 changes: 6 additions & 3 deletions man/bm_extract.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions man/bm_raster.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions tests/testthat/test-bm_extract.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
test_that("Query VNP46A1", {

skip()

# Define bearer token
bearer <- Sys.getenv("BEARER_NASA_TOKEN")

Expand All @@ -20,6 +22,8 @@ test_that("Query VNP46A1", {

test_that("Query VNP46A2", {

skip()

# Define bearer token
bearer <- Sys.getenv("BEARER_NASA_TOKEN")

Expand All @@ -40,6 +44,8 @@ test_that("Query VNP46A2", {

test_that("Query VNP46A3", {

skip()

# Define bearer token
bearer <- Sys.getenv("BEARER_NASA_TOKEN")

Expand All @@ -60,6 +66,8 @@ test_that("Query VNP46A3", {

test_that("Query VNP46A4", {

skip()

# Define bearer token
bearer <- Sys.getenv("BEARER_NASA_TOKEN")

Expand Down
8 changes: 8 additions & 0 deletions tests/testthat/test-bm_raster.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
test_that("Query VNP46A1", {

skip()

# Define bearer token
bearer <- Sys.getenv("BEARER_NASA_TOKEN")

Expand All @@ -20,6 +22,8 @@ test_that("Query VNP46A1", {

test_that("Query VNP46A2", {

skip()

# Define bearer token
bearer <- Sys.getenv("BEARER_NASA_TOKEN")

Expand All @@ -40,6 +44,8 @@ test_that("Query VNP46A2", {

test_that("Query VNP46A3", {

skip()

# Define bearer token
bearer <- Sys.getenv("BEARER_NASA_TOKEN")

Expand All @@ -60,6 +66,8 @@ test_that("Query VNP46A3", {

test_that("Query VNP46A4", {

skip()

# Define bearer token
bearer <- Sys.getenv("BEARER_NASA_TOKEN")

Expand Down

0 comments on commit e403b4d

Please sign in to comment.