This commit is contained in:
Mark Bates 2019-11-21 08:07:00 -05:00
parent b40b98d739
commit 0b8a69abe2
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package parser
import (
"fmt"
"os"
"os/exec"
"path/filepath"
@ -36,6 +37,9 @@ func Test_Parser_Ref(t *testing.T) {
files, err := res.Files()
r.NoError(err)
for _, f := range files {
fmt.Println(f.Path)
}
r.Len(files, 25)
for _, f := range files {