For each existing handler (functions Api.Handler*), create several integration tests (one for each path).
- Spawn a SQLite instance for tests.
- Make each test tabular (Input, Output, Test Case Description).
- Do not use any external libraries or frameworks, just standard library.
For each existing handler (functions
Api.Handler*), create several integration tests (one for each path).