]> git.scottworley.com Git - planeteer/commit
A simple whole-run testing methodology
authorScott Worley <sworley@chkno.net>
Sun, 16 Sep 2012 23:25:19 +0000 (16:25 -0700)
committerScott Worley <sworley@chkno.net>
Sun, 16 Sep 2012 23:25:19 +0000 (16:25 -0700)
commit49cc7edb54405f2870bd0d82a8b3aaa7bee9f231
treee0adddf689d3d334a656bd4632b6b0cc1abfc31d
parent091c628026edc6f81d851bd1d070edd34af20b67
A simple whole-run testing methodology

Add test.sh for comparing against historical recorded runs.

I have not done any extra analysis on cases recorded here.  Rather,
I just want to know when/if any of this output changes.

I couldn't figure out a good way to include these tests within the
"go test" framework.  The tricky bit was figuring out how to set
unmentioned flags back to their default values between runs.  I
deemed adding an 'option' object of some kind built from command
line flags but also buildable by tests to not be worth the complexity
at this time.
test.sh [new file with mode: 0755]