You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
592 B
Markdown

# 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).