Tests Directory
Comprehensive testing structure for raibid-ci.
Structure
integration/- Integration tests across cratese2e/- End-to-end workflow testsfixtures/- Shared test datahelpers/- Common test utilities
Running Tests
# All tests
cargo test --workspace
# Integration tests
cargo test --test '*'See TEST_ENVIRONMENT.md for details.