Add light-weight snapshot testing library with editor integration

This commit is contained in:
Aleksey Kladov
2020-06-27 17:53:50 +02:00
parent 491d000c27
commit 03c5a6690d
8 changed files with 357 additions and 5 deletions

View File

@@ -161,6 +161,8 @@ pub struct CargoRunnable {
pub cargo_args: Vec<String>,
// stuff after --
pub executable_args: Vec<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub expect_test: Option<bool>,
}
pub enum InlayHints {}