Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions R/tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ if (identical(Sys.getenv("NOT_CRAN"), "true")) {
filter <- Sys.getenv("TESTTHAT_FILTER", unset = "")
if (identical(filter, "")) filter <- NULL

reporter <- MultiReporter$new(reporters = list(
ProgressReporter$new(show_praise = FALSE),
CheckReporter$new(),
SummaryReporter$new(show_praise = FALSE)
))
test_check("apache.sedona", filter = filter, reporter = reporter)
# Use default reporter to avoid compatibility issues with testthat 3.3.0
test_check("apache.sedona", filter = filter)
}
1 change: 0 additions & 1 deletion R/tests/testthat/test-apply-spatial-partitioner.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("apply spatial partition")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-bounding-box.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("bounding box")

test_that("bounding box object works as expected", {
sc <- testthat_spark_connection()
Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-build-index.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("build index")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-crs-transform.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("CRS transform")

test_that("crs_transform() works as expected", {
sc <- testthat_spark_connection()
Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-data-interface-raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("data interface: raster")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-data-interface.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("data interface")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-dbplyr-integration.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("dbplyr integration")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-init.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("initialization")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-sdf-interface.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("sdf interface")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-spatial-join.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("spatial join")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-spatial-queries.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("spatial queries")

sc <- testthat_spark_connection()

Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-spatial-rdd-aggregation-fns.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("spatial RDD aggregation functions")

sc <- testthat_spark_connection()
pt_rdd <- read_point_rdd_with_non_spatial_attrs(repartition = 11)
Expand Down
1 change: 0 additions & 1 deletion R/tests/testthat/test-viz.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

context("visualization")

sc <- testthat_spark_connection()

Expand Down