surrealpatch/tests
Micha de Vries 144e7de8ff
CLI: Split results by comment (#2895)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2023-10-26 14:06:41 +00:00
..
common Add kv unit tests verify write+scan (#2682) 2023-09-12 17:45:46 +01:00
cli_integration.rs CLI: Split results by comment (#2895) 2023-10-26 14:06:41 +00:00
http_integration.rs Feat: enable compression on the HTTP connector (#2867) 2023-10-23 13:37:42 +00:00
README.md Adding auth to live queries (#2307) 2023-08-24 15:04:57 +01:00
ws_integration.rs Add kv unit tests verify write+scan (#2682) 2023-09-12 17:45:46 +01:00

This folder contains integration tests for the surreal CLI binary.

See lib/tests for surrealdb library integration tests.

To read server log output from these tests, you need to find the file containing the output. You can find this file by setting RUST_LOG=debug.