Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 547 Bytes

File metadata and controls

17 lines (13 loc) · 547 Bytes

Lazytest

Go Report Card Badge

A continuous test runner for Go.

Once started, it will listen for file changes in a given directory. If a file change is detected, only the tests affected by that file change will be re-run.

Usage:

  -exclude string
      exclude paths (default "/vendor/")
  -extensions string
      file extensions to watch (default "go,tpl,html")
  -root string
      watch root (default ".")