nathany / looper

Go autotesting tool with readline support.
BSD 2-Clause "Simplified" License
390 stars 40 forks source link

Support Godep when running tests #16

Closed sudhirj closed 9 years ago

sudhirj commented 10 years ago

The Go community seems to have settled on Godep as the dependency management tool of choice - it would make sense for looper to support it.

The presence of a Godeps folder on the directory from where looper / go test is normally run is a flag to run godep go test instead.