Create 3 missing service READMEs (api_gateway, data_acquisition_service, trading_agent_service). Create bin/fxt/README.md. Create testing/service-integration/README.md. Update existing service and testing READMEs to standard template. Delete 4 subdirectory READMEs from testing/integration/ and testing/e2e/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
439 B
Markdown
16 lines
439 B
Markdown
# integration
|
|
|
|
Comprehensive integration test suite covering cross-crate interactions, database queries, gRPC service contracts, and ML model pipelines.
|
|
|
|
## Subdirectories
|
|
|
|
- `chaos/` -- chaos engineering and fault injection tests
|
|
- `e2e_helpers/` -- shared E2E test utilities (JWT generation, service probes)
|
|
- `smoke_tests/` -- quick smoke tests for CI validation
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
SQLX_OFFLINE=true cargo test -p integration --lib
|
|
```
|