| Category | Count | Notes |
|---|---|---|
| Integration tests (Rust) | 1 | tests/integration_tests.rs |
| Verification tests | Unit-level | verification/tests/ directory present |
| FFI tests | Present | src/interface/ffi/test/ |
- Integration test framework
- FFI verification layer
- Aspect-based organization
- Property-based testing (proptest)
- Fuzzing targets
- Performance benchmarks
- Platform-specific test matrix
cd /var/mnt/eclipse/repos/ponyiser && cargo test