looper
looper copied to clipboard
Go autotesting tool with readline support.
- added support for passing arguments for test command - fix for capturing test output (error message in test time was confusing) - updated documentation
This adds support to use the goapp binary instead of the go binary to run the tests. This can't be implemented with #26 although I support that initiative too. More...
Add ability to pass arbitrary arguments to `go test`. As to not interfere with the current `looper` options you must prefix any `go test` options with the double hyphen (`--`),...
Eg local OS notifications in macOS, and similar for Linux/Windows. Maybe could use `terminal-notifier`: https://github.com/julienXX/terminal-notifier
I have a few tests in my suite that take a *long* time to complete. These are skipped when I pass the `-short` flag. How do I pass this flag...
However, with modern Go versions, vendoring is on by default.
It seems looper is opening more files than a default Mac setup likes. Perhaps we should consider increasing the open file limit as, for example, is done in go-ipfs: https://github.com/ipfs/go-ipfs/blob/a933b288b3cbe506067e45a1da34dd6559dc417b/cmd/ipfs/ulimit.go...
In Go 1.6 the `GO15VENDOREXPERIMENT` environment variable is internally set to 1. But the code checks explicitly for the variable. Aside from the detection, there is also the watching of...
Not that it's slow, but when I make a simple change, it runs the tests twice. How does software even work?