Some minor changes in the test explorer lsp extension

This commit is contained in:
hkalbasi 2024-03-09 01:20:43 +03:30
parent ce15e73a8e
commit dc99ad912a
7 changed files with 45 additions and 15 deletions

View file

@ -14,6 +14,7 @@ use crate::command::{CommandHandle, ParseFromLine};
pub enum TestState {
Started,
Ok,
Ignored,
Failed { stdout: String },
}