| Category | Count | Notes |
|---|---|---|
| Zig FFI tests | 2 | Root level + etma-handler |
| ExUnit tests (Elixir) | 5 | test/etma_handler/{bouncer,calculator,crypto,nlp}_test.exs |
| Test config | Present | config/test.exs |
| Additional tests dir | Present | tests/ (structure TBD) |
- Zig FFI integration tests
- ETMA handler unit tests
- Bouncer logic tests
- Cryptographic function tests
- NLP processing tests
- Calculator operation tests
- Property-based crypto testing
- Fuzzing for NLP input
- End-to-end ETMA flow tests
- Performance benchmarks
- Load testing for handlers
cd /var/mnt/eclipse/repos/tma-mark2 && mix test