Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upidea for automated test #7
Closed
Comments
|
Agree. I'll add this to |
|
Moving to internal task mgmt as this is used for more public-facing features. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regarding automated testing, #3 could be caught with the following setup, which can be thought as integration (as opposed to unit) test for fuzzit:
go-example(e.g.fuzzit-tester)ci/fuzzit.shscript, instead of downloading release build, buildsfuzzitexecutable from masterThis way once a day latest
fuzzitcode will be tested in an end-to-end fashion. Iffuzzitfails like in #3, it'll be reported by CI system onfuzzit-testerrepo.