test_geospatialsuite_package_simple: Test GeoSpatialSuite with simplified, robust tests

View source: R/99-testing.R

test_geospatialsuite_package_simpleR Documentation

Test GeoSpatialSuite with simplified, robust tests

Description

Simplified testing function that focuses on core functionality with minimal dependencies and robust error handling. Designed for 100% success rate. This replaces the complex testing function with simple, reliable tests.

Usage

test_geospatialsuite_package_simple(
  test_output_dir = tempdir(),
  verbose = FALSE
)

Arguments

test_output_dir

Directory for test outputs (default: tempdir())

verbose

Print detailed test progress messages

Value

List of test results with success/failure status for each component

Examples


# Quick test (essential functions only)
test_results <- test_geospatialsuite_package_simple()

# Verbose test
test_results <- test_geospatialsuite_package_simple(verbose = TRUE)



geospatialsuite documentation built on Nov. 6, 2025, 1:06 a.m.