This commit is contained in:
Mike Farah
2021-11-16 15:29:16 +11:00
parent a17c97b515
commit 9397ccef63
9 changed files with 272 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
setUp() {
rm test*.yml || true
}
testLoadFileNotExist() {
}
testStrLoadFileNotExist() {
}