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.
| title |
status |
type |
priority |
created_at |
updated_at |
blocked_by |
| Write tests/README.md |
completed |
task |
low |
2026-03-10T23:32:08Z |
2026-03-10T23:32:15Z |
|
Integration tests live in `tests/` and exercise the API binary against a temporary SQLite database. They run with `cargo test` and must not require a running Cloudflare environment. The test harness spawns the API server on a random port and returns the base URL.
Write `tests/README.md` explaining:
1. What the integration test suite covers
2. How to run the tests (`cargo test` from the `quotesdb/` directory)
3. How the test harness works (temporary SQLite DB, port binding, cleanup)
4. Any prerequisites for running tests locally
5. License notice
`docs(quotesdb): write integration tests README`