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 07:40:06 +0000 (02:40 -0500)
commit97016a00618138bf9571f2c4c3a66d5f2f51e1a7
tree080962563d53a26ad9d507e9db004d2c2437daa0
parentfe1c7ea12625b2640fe54e4dfb037e9ae498911d
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