gophergala2016/lazytest

Name: lazytest

Owner: gophergala2016

Description: A continuous test runner for Go

Created: 2016-01-23 01:29:05.0

Updated: 2018-05-02 08:50:44.0

Pushed: 2016-01-25 01:02:57.0

Homepage:

Size: 34

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:
xclude string
  exclude paths (default "/vendor/")
xtensions string
  file extensions to watch (default "go,tpl,html")
oot string
  watch root (default ".")

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.