# quotesdb-tests Integration test suite for the quotesdb service. ## What HTTP-level integration tests that spin up the API server against an in-memory SQLite database and verify all endpoints. ## How Separate Rust crate with tests in `tests/`. Each test suite covers a distinct endpoint or behaviour. ## Run ```sh cargo test ``` ## License Licensed under either of [Apache License, Version 2.0](../../LICENSE-APACHE) or [MIT License](../../LICENSE-MIT) at your option. ## Disclaimer This software was written with [Claude Code](https://claude.ai/claude-code) (claude-sonnet-4-6).