mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-07-23 02:44:59 +00:00
feat(adapter): add diagnostics to show which test failed
This commit is contained in:
parent
e09a50d60c
commit
aa4883e038
6 changed files with 167 additions and 76 deletions
|
@ -53,4 +53,13 @@ mod tests {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn p() {
|
||||
panic!("test failed");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_panic() {
|
||||
p();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue