# api_openai_compatible — tests
| `environment_test.rs` | Test environment trait construction and builder methods |
| `wire_test.rs` | Test wire type serde round-trips and JSON shape contracts |
| `sync_client_test.rs` | Test synchronous client construction and blocking semantics |
| `error_test.rs` | Test error Display formatting and From conversions |
| `client_test.rs` | Integration tests for Client GET and POST HTTP paths |
| `docs/` | Test spec documents for all doc entity surfaces |