From 23b43c70167c09f062890abc34fbcdf8ff4c1348 Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 28 Aug 2016 00:16:30 +0200 Subject: [PATCH] test support --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c16d5..dd585e5 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ A Go build system with file watchers, output streams and live reload. Run, build --name="Project Name" -> Name, if not specified takes the working directory name --path="server" -> Base Path, if not specified takes the working directory name --build -> Enables the build + --test -> Enables the tests --no-bin -> Disables the installation --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) @@ -108,6 +109,7 @@ A Go build system with file watchers, output streams and live reload. Run, build ``` --build -> Enables the build + --test -> Enables the tests --no-bin -> Disables the installation --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) @@ -144,6 +146,7 @@ A Go build system with file watchers, output streams and live reload. Run, build app_bin: true -> enable/disable go install app_build: false -> enable/disable go build app_fmt: true -> enable/disable go fmt + app_test: true -> enable/disable go test app_params: -> the project will be launched with these parameters - --flag1 - param1 @@ -180,7 +183,7 @@ A Go build system with file watchers, output streams and live reload. Run, build - [x] Support for multiple projects - [x] Watcher files preview - [x] Support for directories with duplicates names -- [ ] Go test support +- [x] Go test support - [x] Additional arguments - [x] Go fmt support - [x] Cli fast run