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 b757cd0 commit ac7118dCopy full SHA for ac7118d
cvars-macros/tests/.gitignore
@@ -0,0 +1,3 @@
1
+# Generated by progress.rs
2
+/derive/
3
+/fnlike/
cvars-macros/tests/progress.rs
@@ -30,6 +30,7 @@ fn tests() {
30
// The tests run on drop so we only clean up after that.
31
// The cleanup is only to declutter the workspace,
32
// the test should work even if the files are left there from a previous run.
33
+ // Doesn't run if tests fail (TestCases::drop panics).
34
fs::remove_dir_all("tests/derive").unwrap();
35
fs::remove_dir_all("tests/fnlike").unwrap();
36
}
0 commit comments