surrealpatch/tests
Micha de Vries d6016ae2be
Show execution time in CLI (#3047)
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2024-01-06 20:05:58 +00:00
..
common Revert to using legacy authentication in signin by default (#3052) 2023-12-04 08:47:37 +00:00
cli_integration.rs Show execution time in CLI (#3047) 2024-01-06 20:05:58 +00:00
http_integration.rs Ensure compression is only enabled when response is a certain size (#3168) 2023-12-19 08:53:42 +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 Add support for ML model storage and execution (#3015) 2023-12-12 13:51:43 +00:00
README.md Adding auth to live queries (#2307) 2023-08-24 15:04:57 +01:00
ws_integration.rs Fix lints for Rust v1.75.0 (#3246) 2024-01-02 23:11:45 +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.