surrealpatch/tests
Gerard Guillemas Martos a70ddb2e2a
[auth] Support auth levels for basic auth (#2985)
Co-authored-by: Salvador Girones Gil <salvadorgirones@gmail.com>
2023-11-28 14:53:40 +00:00
..
common [auth] Support auth levels for basic auth (#2985) 2023-11-28 14:53:40 +00:00
cli_integration.rs [auth] Support auth levels for basic auth (#2985) 2023-11-28 14:53:40 +00:00
http_integration.rs [auth] Support auth levels for basic auth (#2985) 2023-11-28 14:53:40 +00:00
README.md Adding auth to live queries (#2307) 2023-08-24 15:04:57 +01:00
ws_integration.rs Improve test isolation (#3010) 2023-11-21 09:08:13 +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.