Skip to content

test: split hermetic fixture tests from live Overpass/OSRM integration tests - #15

Merged
blackopsrepl merged 1 commit into
mainfrom
issue/9-split-hermetic-and-live-tests
Mar 21, 2026
Merged

test: split hermetic fixture tests from live Overpass/OSRM integration tests#15
blackopsrepl merged 1 commit into
mainfrom
issue/9-split-hermetic-and-live-tests

Conversation

@blackopsrepl

Copy link
Copy Markdown
Contributor

Summary

  • keep tests/integration.rs hermetic so default cargo test runs deterministically offline
  • move Overpass, OSRM, and visualization checks into tests/live_integration.rs
  • mark the live suite #[ignore] and document explicit invocation with cargo test --test live_integration -- --ignored

Validation

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo test
  • cargo test --test live_integration -- --ignored --list

Fixes #9

@blackopsrepl
blackopsrepl merged commit 0761fb2 into main Mar 21, 2026
3 checks passed
@blackopsrepl
blackopsrepl deleted the issue/9-split-hermetic-and-live-tests branch April 3, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test: split hermetic fixture tests from live Overpass/OSRM integration tests

1 participant