Reorganize metadata extractors code

This commit is contained in:
Deluan
2021-07-24 09:53:17 -04:00
parent 6175629bb4
commit d3975d206a
14 changed files with 287 additions and 258 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
. "github.com/onsi/gomega"
)
func TestScanner(t *testing.T) {
func TestMetadata(t *testing.T) {
tests.Init(t, true)
log.SetLevel(log.LevelCritical)
RegisterFailHandler(Fail)