/lazytest

A continuous test runner for Go

Primary LanguageGoMIT LicenseMIT

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 ".")