We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4e082 commit 925821dCopy full SHA for 925821d
docs/src/01-01-hello-sql.md
@@ -320,6 +320,8 @@ fn test() {
320
321
我们提供了一份完整的测试框架代码 [test.rs],你可以直接把它复制到你的项目中。
322
323
+在运行测试时,你可以开启 `RUST_LOG=info` 和 `RUST_BACKTRACE=1` 这两个环境变量。开启这两个选项可以方便定位运行过程的错误。
324
+
325
[sqllogictest]: https://docs.rs/sqllogictest/0.1.0/sqllogictest/
326
[`DB`]: https://docs.rs/sqllogictest/0.1.0/sqllogictest/trait.DB.html
327
[`Runner`]: https://docs.rs/sqllogictest/0.1.0/sqllogictest/struct.Runner.html#method.run_script
0 commit comments