martinmcclure / mist

Filetree code for the Mist project (mist-project.org)
32 stars 5 forks source link

Automate Fog tests #1

Closed martinmcclure closed 11 years ago

martinmcclure commented 12 years ago

The Fog functional tests must currently each be run manually. Each creates an executable which must be run and the answer checked by hand.
As the number of tests increases, it would be increasingly nice to have the tests fully automated using SUnit, interacting with OSProcess or something to invoke the executables that the test produces.

I'm not likely to do this anytime soon, since I don't have experience with OSProcess and should probably focus on pushing other areas forward. However, it would (hint hint) make a great first contribution for someone.

martinmcclure commented 11 years ago

Closing, superseded by issue 4.