surrealpatch/tests
Rushmore Mushambi 690dd55a86
Extract core lib into a standalone crate (#3423)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-02-02 22:10:47 +00:00
..
common Support CBOR and MessagePack binary serialisation in WebSocket (#3251) 2024-01-09 21:50:27 +00:00
cli_integration.rs Feature: Add short alias v for surreal version command (#3334) 2024-01-20 21:53:59 +00:00
http_integration.rs Introduce new experimental parser (#2885) 2024-01-10 16:43:56 +00:00
linear_test.surml Add support for ML model storage and execution (#3015) 2023-12-12 13:51:43 +00:00
ml_integration.rs Extract core lib into a standalone crate (#3423) 2024-02-02 22:10:47 +00:00
README.md Adding auth to live queries (#2307) 2023-08-24 15:04:57 +01:00
ws_integration.rs Introduce new experimental parser (#2885) 2024-01-10 16:43:56 +00: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.