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.
ui_runner.rs
1 parent 2d5161d commit 62ce5bcCopy full SHA for 62ce5bc
crates/test-utils/src/ui_runner.rs
@@ -1,7 +1,7 @@
1
use std::path::Path;
2
use ui_test::spanned::Spanned;
3
4
-/// Test runner based on `ui_test`. Adapted from `https://github.com/paradigmxyz/solar/tools/tester`.
+/// Test runner based on `ui_test`. Adapted from `https://github.com/paradigmxyz/solar/blob/main/tools/tester/src/lib.rs`.
5
pub fn run_tests<'a>(cmd: &str, cmd_path: &'a Path, testdata: &'a Path) -> eyre::Result<()> {
6
ui_test::color_eyre::install()?;
7
0 commit comments