From: Scott Worley Date: Sun, 16 Sep 2012 23:25:19 +0000 (-0700) Subject: A simple whole-run testing methodology X-Git-Url: http://git.scottworley.com/planeteer/commitdiff_plain/49cc7edb54405f2870bd0d82a8b3aaa7bee9f231?hp=49cc7edb54405f2870bd0d82a8b3aaa7bee9f231 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. ---