Skip to content

Testing

For detailed testing guidelines, see the main README on GitHub.

Running Tests

# Run all tests
cargo test

# Run with output
cargo test -- --nocapture

# Run specific test suite
cargo test --test git_analysis_tests