surrealpatch/tests
Yusuke Kuoka c51912ab81
Record table (re)definitions into change feeds (#2671)
Co-authored-by: Yusuke Kuoka <yusuke.kuoka@surrealdb.com>
2023-09-12 16:55:07 +01:00
..
common [security] Introduce "allow-guests". Deny all caps by default (#2547) 2023-08-30 18:01:30 +00:00
cli_integration.rs Record table (re)definitions into change feeds (#2671) 2023-09-12 16:55:07 +01:00
http_integration.rs [security] Introduce the Datastore capabilities (#2489) 2023-08-23 20:26:31 +01:00
README.md Adding auth to live queries (#2307) 2023-08-24 15:04:57 +01:00
ws_integration.rs Add diff RPC method to WebSocket API (#2560) 2023-09-01 08:00:32 +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.