mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-21 09:09:28 +00:00
chore(workspace): drop integration_tests workspace dep and clean test_fixtures docstring
This commit is contained in:
parent
33b20bb480
commit
715d52f605
@ -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 = [
|
||||
|
||||
@ -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};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user