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 a3e3d23 commit c39f96cCopy full SHA for c39f96c
tests/integration_v1.rs
@@ -5,7 +5,7 @@ use std::process::Command;
5
use kdl::KdlDocument;
6
7
#[test]
8
-fn test_examples_v1() {
+fn examples_v1() {
9
let examples_dir = Path::new("examples");
10
let output_dir = Path::new("target/test_outputs/v1");
11
tests/integration_v2.rs
-fn test_examples_v2() {
+fn examples_v2() {
let output_dir = Path::new("target/test_outputs/v2");
0 commit comments