Describe the needed test cases, and implement a couple Test::Class features.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 22 Jan 2012 07:30:48 +0000 (02:30 -0500)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 22 Jan 2012 15:44:49 +0000 (10:44 -0500)
commit1ea4949257c52b799c37888d05c52acf20663229
tree2accf28bf11dea75d46f4854bd5ca592df1ed72d
parent3497f49f354d94eca2f1f4242e75a21ee1f51341
Describe the needed test cases, and implement a couple Test::Class features.

* Run all subs matching /^test_*/ (for which we can plan)...
* Unless TEST_METHOD is set, in which case run matching subs (sans plan).
* Define total number of tests very near 'use Test::More', where expected.
* Define test tempdir where it's declared, no longer any reason why not.
* Move most comments from TODO.cvs into t/cvs.t.
* Add a whole bunch more comments describing the needed test cases.

XXX existing tests are order-dependent, but currently happen to pass
TODO.cvs
t/cvs.t