surrealpatch/tests
Rushmore Mushambi 2d19ac9f7a
Add live query API (#2919)
Co-authored-by: Emmanuel Keller <keller.emmanuel@gmail.com>
2023-11-13 17:19:47 +00:00
..
common Add kv unit tests verify write+scan (#2682) 2023-09-12 17:45:46 +01:00
cli_integration.rs Add surreal sql welcome message (#2897) 2023-10-26 15:25:12 +00:00
http_integration.rs Add live query API (#2919) 2023-11-13 17:19:47 +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.