chore(workspace): drop integration_tests workspace dep and clean test_fixtures docstring

This commit is contained in:
Moudy 2026-05-20 16:04:53 +02:00
parent 33b20bb480
commit 715d52f605
2 changed files with 0 additions and 5 deletions

View File

@ -77,7 +77,6 @@ faucet_core = { path = "programs/faucet/core" }
vault_core = { path = "programs/vault/core" }
test_program_methods = { path = "test_program_methods" }
testnet_initial_state = { path = "testnet_initial_state" }
integration_tests = { path = "integration_tests" }
test_fixtures = { path = "test_fixtures" }
tokio = { version = "1.50", features = [

View File

@ -1,9 +1,5 @@
//! Shared test/bench fixtures: spins up bedrock + sequencer + indexer + wallet
//! end-to-end against docker-compose, exposes a `TestContext` callers can drive.
//!
//! Originally lived under `integration_tests`; split out so non-test consumers
//! (e.g. `integration_bench`) can depend on the fixtures without pulling in the
//! `integration_tests` test files.
use std::{net::SocketAddr, path::Path, sync::LazyLock};