Improve test coverage.

This commit is contained in:
2021-05-15 00:27:04 +01:00
parent 6d5f8903bb
commit d0924c948d
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ var (
func (suite *Tests) SetupTest() {
os.Chdir(testCurrentPath)
assert = assertions.New(suite.T())
varDebug = true
}
func TestSuite(t *testing.T) {