Better logging for parser tests (#65)

* Better logging for parser tests

* Add spew to tests deps list
This commit is contained in:
Thomas Pelletier
2016-04-22 11:01:31 +02:00
parent e3b2497729
commit 288bc57940
2 changed files with 18 additions and 3 deletions
+1
View File
@@ -20,6 +20,7 @@ function git_clone() {
}
go get github.com/pelletier/go-buffruneio
go get github.com/davecgh/go-spew/spew
# get code for BurntSushi TOML validation
# pinning all to 'HEAD' for version 0.3.x work (TODO: pin to commit hash when tests stabilize)