grosser-zentest 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,574 @@
1
+ === 4.0.0 / 2009-03-02
2
+
3
+ * 2 minor enhancements:
4
+
5
+ * Deleted autotest/screen - releasing as a separate gem soon.
6
+ * Deleted test-rails and rails_test_audit.
7
+
8
+ * 8 minor enhancements:
9
+
10
+ * Added "tags" command to multiruby_setup.
11
+ * Added "the_usual" as a recipe for multiruby_setup. Motivated by Dr. Nic.
12
+ * Added :died hook to Autotest (yoshuki).
13
+ * Added focus.rb, helping you ignore extra tests while you focus on something.
14
+ * Added multigem command line tool!
15
+ * Cleaned up multiruby to make it easier to tweak.
16
+ * Parameterized testlib so you can override test/unit in autotest. Thanks JB!
17
+ * Switched tests and rakefile to minitest. 20% faster!
18
+
19
+ * 7 bug fixes:
20
+
21
+ * Fix Autotest::Screen to distinguish between errors and failures. (khalsah)
22
+ * Fixed some hook commands from overriding others.
23
+ * Hopefully fixed growl support on 10.5.x?
24
+ * Supposedly adding -w to growlnotify will fix autotest/growl.
25
+ * Updated missing entries in Autotest::ALL_HOOKS.
26
+ * Updated rubygems download location. (carletti)
27
+ * Still not automated :(
28
+ * ruby 1.9.1 fixes.
29
+
30
+ === 3.11.1 / 2009-01-20
31
+
32
+ * 1 minor enhancement:
33
+
34
+ * Parameterized test_lib so you can override test/unit. Thanks JB!
35
+
36
+ * 1 bug fix:
37
+
38
+ * Fixed growl autotest plugin hooks to not return true, preempting other plugins.
39
+
40
+ === 3.11.0 / 2008-10-22
41
+
42
+ * 19 minor enhancements:
43
+
44
+ * Added :updated hook, gets list of updated files before running tests.
45
+ * Added autotest/restart.rb - restarts autotest if .autotest updated.
46
+ * Added better help to multiruby.
47
+ * Added dummy build command to multiruby_setup.
48
+ * Added git support.
49
+ * Added rbx:ln:$dir and rbx:git:current.
50
+ * Added rubygems:merge as a nice little hack to share rubygems setups.
51
+ * Added svn tag updating (eg will svn sw from mri 1.8.6 222 to 1.8.6 231).
52
+ * Autotest hooks now take *args as well as instance of autotest.
53
+ * Made it possible to have manually specified tags.
54
+ * Made multiruby a little more self-repairing wrt symlinks and build dirs.
55
+ * Refactored into mri_latest_tag(v).
56
+ * Refactored unit_diff to make it a bit easier to use as a library.
57
+ * Refactored zentest mapping main methods into munge/unmunge.
58
+ * Removed rubinius specific symlink hacks, now fully supported.
59
+ * mri:svn:releases figures out all the latest patch levels.
60
+ * multiruby_setup clean now checks for rakefile first, since rbx has both. :(
61
+ * multiruby_setup help now exits instead of building.
62
+ * multiruby_setup list and clean now exit
63
+
64
+ * 2 bug fixes:
65
+
66
+ * ZenTestMapping converts operator prefixes to operators only when an _ follows.
67
+ * Apparently Tempfile.open doesn't return it's last value. fixed.
68
+
69
+ * 2 bug fixes:
70
+
71
+ * Fixed bug in mri:svn:branch:xxx with svn dir name.
72
+ * multiruby_setup rm now smarter about tarballs.
73
+
74
+ === 3.10.0 / 2008-06-17
75
+
76
+ * 1 major enhancement:
77
+
78
+ * Added multiruby_setup to help manage multiruby installed versions.
79
+
80
+ * 3 minor enhancements:
81
+
82
+ * Added autotest/once plugin to help plugin developers.
83
+ * Heavily refactored multiruby.
84
+ * Switched rubinius from shotgun/rubinius to bin/rbx, finally.
85
+
86
+ * 2 bug fixes:
87
+
88
+ * Refactored zentest_mapping test to avoid zentest altogether.
89
+ * zentest tests bail gracefully for rubinius.
90
+
91
+ === 3.9.3 / 2008-06-09
92
+
93
+ * 12 minor enhancements:
94
+
95
+ * Added $RUBY env support to autotest so you can swap what ruby to run.
96
+ * Added ALL_HOOKS array to autotest for hook devs.
97
+ * Added EXCLUDED_VERSIONS to multiruby. Integrated with hoe.
98
+ * Added miniunit compatibility to unit_diff's output.
99
+ * Multiruby now determines the latest versions 1.8/1.9 automatically.
100
+ * Removed deprecated :run hook.
101
+ * Fixed zentest_assertions to be compatible with miniunit. Will phase out.
102
+ * Minor autotest plugin cleanup / fixes.
103
+ * Moved assert_callback to test/rails/test_case.rb
104
+ * Reversed assert_includes' arguments.
105
+ * Updated requirements info for other ruby impls.
106
+ * util_capture now returns strings, not iostrings.
107
+
108
+ * 1 bug fixes:
109
+
110
+ * (add|remove)_(mappings|exceptions) now all return nil to help fix autotest hooks.
111
+
112
+ === 3.9.2 / 2008-03-20
113
+
114
+ * 4 minor enhancements:
115
+
116
+ * Added compatibility with miniunit differences.
117
+ * Added email_notify, jabber_notify, and rcov autotest plugins.
118
+ * Updated rakefile to include examples automatically in example_dot_autotest.
119
+ * multiruby now outputs each command so you can grab it easily.
120
+
121
+ * 5 bug fixes:
122
+
123
+ * Ensure tests are run after reset.
124
+ * Fixed all test/rails tests to run in any combo.
125
+ * Fixed up growl.rb a bit... still buggy (growlnotify, not growl.rb).
126
+ * Fixes for -f (fast start) and last_mtime in general.
127
+ * Fixes for 1.9 and rubinius
128
+
129
+ === 3.9.1 / 2008-01-31
130
+
131
+ * 1 bug fix:
132
+
133
+ * OMG I'm so dumb... fixed memory leak.
134
+
135
+ === 3.9.0 / 2008-01-30
136
+
137
+ * 15 minor enhancements:
138
+
139
+ * Added Wilson's patch to allow unit_diff to work with mspec. Adding rspec next.
140
+ * Minor overhaul for autotest:
141
+ * Added -f flag to start up without testing.
142
+ * Added -q flag to autotest to make it extra quiet. Patch by Aaron Patterson.
143
+ * Added ability to set test execution order, defaults to :random. EVIL!
144
+ * Added completed_re and failed_results_re to help subclasses like rspec.
145
+ * Added deprecation warnings for hooks. Deprecated :run.
146
+ * Added find_directories accessor, defaults to ['.']
147
+ * Added sleep accessor, defaults to 1 second.
148
+ * Changed find_files to order files in the same order as find_directories.
149
+ * Changed how autodiscover works with $:, added lib to the front.
150
+ * Cleaned out nearly every @ and use accessor methods instead. You should too.
151
+ * Made test_mappings ordered.
152
+ * Removed @files, adding @find_order and @known_files.
153
+ * Renamed tests_for_file to test_files_for.
154
+ * test_files_for now only returns known files.
155
+
156
+ === 3.8.0 / 2008-01-12
157
+
158
+ * 10 minor enhancements:
159
+
160
+ * Added basic support for rubinius in multiruby.
161
+ * Changed Dunno! message to only output on -v
162
+ * Added Getting Started with Autotest by Philippe Hanrigou (with permission)
163
+ * Updated example_dot_autotest.rb for newer plugins.
164
+ * Cleaned up rdoc.
165
+ * Worked with David Chelimsky to make Autotest more uber for subclasses.
166
+ * Removed exceptions and test_mappings accessors and replaced with add/remove/clear methods. Updating .autotest should be very straightforward.
167
+ * Moved :initialize hook to beginning of run method
168
+ * Changed load/customization order to be:
169
+ * Autotest
170
+ * AutotestSubClass
171
+ * ~/.autotest
172
+ * ./.autotest (yes, both .autotest files).
173
+ * Moved away from using instance variables to encourage subclasses to use accessors.
174
+
175
+ === 3.7.2 / 2008-01-09
176
+
177
+ * 2 minor enhancements:
178
+
179
+ * Extended file map for tests to include subdirs correctly.
180
+ * Added debugging output on bad maps if -v set.
181
+
182
+ === 3.7.1 / 2007-12-27
183
+
184
+ * 2 minor enhancements:
185
+
186
+ * multiruby now downloads 1.8.6 and 1.9 on virgin run.
187
+ * Improved output for the downloads.
188
+
189
+ === 3.7.0 / 2007-12-21
190
+
191
+ * 8 minor enhancements:
192
+
193
+ * Added add_mapping to make file mappings cleaner.
194
+ * Added assert_callback thanks to Aaron Patterson.
195
+ * Added autotest/cctray.
196
+ * Added extra_files and extra_class_map, allowing .autotest files to be awesome.
197
+ * Added url for lettuce principal thanks to Hugh Sasse.
198
+ * Added zentest.rb refactorings thanks to Hugh Sasse.
199
+ * Exceptions are now an array of regexps, built after :initialize hook.
200
+ * Removed ruby_fork and ruby_fork_client. Eric got a faster laptop. :P
201
+
202
+ * 6 bug fixes:
203
+
204
+ * Fixed all my annoyances with @exceptions.
205
+ * Fixed crasher in autotest/redgreen for non-matches.
206
+ * Fixed everything to work with ruby 1.9.
207
+ * Fixed rubygem requires causing strangeness in tests.
208
+ * Fixed zentest mapping so ruby2ruby and test_ruby2ruby work.
209
+ * Removed stupid YAML methods from TrueClass during
210
+ testing. (Infected by Test::Rails' use of rubygems)
211
+
212
+ === 3.6.1 / 2007-07-23
213
+
214
+ * 4 minor enhancements:
215
+
216
+ * Test::Rails::ViewTestCase now uses assert_select.
217
+ * assert_form and friends now work with blocks like assert_select
218
+ does.
219
+ * Allow path_parameters in view tests to be ammended, making working
220
+ with routes easier.
221
+ * New version of autotest/notify.rb uses notify-send.
222
+ * Fixed rdoc formatting on autotest and a couple plugins.
223
+
224
+ === 3.6.0 / 2007-05-25
225
+
226
+ * 4 major enhancements:
227
+
228
+ * New auto-discovery mechanism to make rspec and friends work independently!
229
+ * Moved and restructured camping and rails as plugins.
230
+ * Removed rspec - now packaged with rspec and/or as plugin.
231
+ * Changed the way FTM tests are named. Allows multiple matricies.
232
+
233
+ * 3 minor enhancements:
234
+
235
+ * Added :OK special result value to FTM.
236
+ * Hugh Sasse is awesome. Rdoc happiness.
237
+ * Parameterized emacs client command.
238
+
239
+ * 3 bug fixes:
240
+
241
+ * Dup load path because I'm dum.
242
+ * Fixed a lame syntax error in emacs.rb.
243
+ * autotest now builds command separator with '&' on windoze. ARGH! Why is this the first I've heard of this?!?
244
+
245
+ === 3.5.2 / 2007-04-30
246
+
247
+ * 4 bug fixes:
248
+
249
+ * Patch up Rails fixture defaults for Test::Rails::TestCase.
250
+ * Session now properly hooked up to controllers.
251
+ * ruby 1.8.6 has a bug on 'raise Interrupt' with no args. Fixed on both sides.
252
+ * Fixed redgreen to work with new getc/putc-based output. (from Finn Smith)
253
+
254
+ === 3.5.1 / 2007-04-17
255
+
256
+ * 4 bug fixes:
257
+
258
+ * Fixed gem name to be camel-case again. Fixed on rubyforge too.
259
+ * Fixed rdoc for hooks.
260
+ * Fixed redgreen, results changed to an array.
261
+ * Patch up Rails fixture defaults, since they're not inheriting properly.
262
+
263
+ === 3.5.0 / 2007-04-12
264
+
265
+ * 4 major enhancements:
266
+
267
+ * Now requires RubyGems 0.9.1 or newer.
268
+ * Autotest and unit_diff are both unbuffered. Results are more live.
269
+ * Refactored and redesigned how files map to test from Sean Carley. See fixtures plugin as an example.
270
+ * Generalize how autotest handler is instantiated and invoked, allowing for many more autotest types, including combos.
271
+
272
+ * 23 minor enhancements:
273
+
274
+ * Added all_good hook if initial run was all_good as well.
275
+ * Added assert_in_epsilon to ZentestAssertions.
276
+ * Added autotest plugin to auto-update source ala tinderbox/cruisecontrol.
277
+ * Added autotest plugin to update ichat/adium IM status with code stats.
278
+ * Added autotest plugin to update the GNU screen statusbar from Yuichi Tateno.
279
+ * Added autotest syntax error handling from Ryan Platte.
280
+ * Added autotest/emacs emacs integration plugin!!! YAY!
281
+ * Added autotest/migrate.rb.
282
+ * Added camping support from Geoffrey Grossenbach.
283
+ * Added changed file reporting to autotest via -v flag.
284
+ * Added informative summary and filtering via ENV['VERSIONS'] to multiruby.
285
+ * Added libnotify support from Kazuo Saito.
286
+ * Added lots of rdoc patches from Hugh Sasse.
287
+ * Added rjs files to view_test_case.
288
+ * Added rspec_autotest "stolen" from caldersphere.net
289
+ * Added run_command hook to trigger the start of a test run.
290
+ * Added tmp to rails' exceptions list.
291
+ * Added unit_diff command variable to autotest for customizing flags and such.
292
+ * Added zentest_mapping.rb and test.
293
+ * Allow session to work in Test::Rails view tests.
294
+ * Improved autotest/growl.rb output from imajes.
295
+ * Improved autotest/timestamp output from Josh Susser.
296
+ * Test::Rails works with Rails 1.2.
297
+
298
+ * 2 bug fixes:
299
+
300
+ * Accelerated Test::Rails unit tests via sensible defaults.
301
+ * Better assertion messages for ZentestAssertions.
302
+
303
+ === 3.4.3 / 2006-12-19
304
+
305
+ * 2 minor enhancements:
306
+
307
+ * Add assert_title and assert_h (for header).
308
+
309
+ * 2 bug fixes:
310
+
311
+ * Rereleased against latest version of hoe to fix load path problems.
312
+ * Fix case ViewTestCase for case-sensitive file systems.
313
+
314
+ === 3.4.2 / 2006-11-09
315
+
316
+ * 2 minor enhancements:
317
+
318
+ * Add TextHelper for pluralize.
319
+ * Add deny_nil to Test::Rails.
320
+
321
+ * 7 bug fixes:
322
+
323
+ * Fixed test_help's Flash. It's is a module. Oops...
324
+ * Don't run util_audit_assert_assigned if tests didn't pass, results will be bogus.
325
+ * Fixed AssertionsTest names to match what autotest expects.
326
+ * Fixed bug where deny_includes failed for Symbol keys.
327
+ * Switched autotest to use require instead of load... Why??? I don't know!!
328
+ * Fixed a minor but annoying whitespace difference in unit_diff.
329
+ * Switched argument order of assert_includes and deny_includes to match Test::Unit convention.
330
+
331
+ === 3.4.1 / 2006-10-13
332
+
333
+ * 3 minor enhancements:
334
+
335
+ * FUNDAMENTALLY changed the way failures map back to tests. This REQUIRES users of autotest to ensure that their tests and impls map 1:1 at every scoping level. I'll blog more details.
336
+ * Hoe'd rakefile
337
+ * Added support for render :collection to RenderTree.
338
+
339
+ * 7 bug fixes:
340
+
341
+ * Fixed autotest tests for custom ruby names.
342
+ * Fixed some documentation errors in ControllerTestCase.
343
+ * Fixed setup in FunctionalTestCase.
344
+ * Allowed @assigns_ignored to contain either Symbols or Strings, bug 5233.
345
+ * Using Object.path2class to look up classes in helper test cases, bug 5493.
346
+ * Added assert_text_area, bug 5452.
347
+ * Renamed assert_select to assert_select_tag. Stupid rails. We were here first.
348
+
349
+ === 3.4.0 / 2006-09-12
350
+
351
+ * 13 minor enhancements:
352
+
353
+ * Broke out example_dot_autotest into multiple files in lib.
354
+ * Enhanced hook system so it can return true if event handled.
355
+ * Sleep is now 1 second by default because life is too short.
356
+ * Hooked interrupt with new hook system. First handler wins.
357
+ * Hooked test results before output
358
+ * Accurate test counts for Test::Rails.
359
+ * Added snarl autotest plugin, thanks to Patrick Hurley.
360
+ * Added timestamp autotest plugin, thanks to Joe Goldberg.
361
+ * Added redgreen, thanks to Pat Eyler, Sean Carley, and Rob Sanheim.
362
+ * Added kdenotify autotest plugin, thanks to Geir Freysson.
363
+ * Added markaby support for Test::Rails.
364
+ * Added hack to display a tree of render calls.
365
+ * Added hook to perform extra setup for
366
+
367
+ * 5 bug fixes:
368
+
369
+ - Extended zentest to deal with rails a bit better... ugh.
370
+ - Fixed @libs for windoze.
371
+ - Fixed inner class/test identification in autotest.
372
+ - Namespaced all plugins... eric is anal.
373
+ - No longer freak out if rubygems tarball not in multiruby/versions.
374
+
375
+ === 3.3.0 / 2006-07-28
376
+
377
+ * 1 major enhancement:
378
+
379
+ * autotest has been rewritten to be much cleaner, now has a plugin system.
380
+
381
+ * 5 minor enhancements:
382
+
383
+ * test/rails adds helper tests, "stolen" from Geoff's work, (which was "stolen" from ryan's work. :P)
384
+ * autotest turnaround is now faster.
385
+ * Added more prune dirs to autotest.
386
+ * test/rails rewinds IOs containing captured output. Added assert_empty.
387
+ * Document that autotest doesn't run the db:test:prepare rake task when in Rails mode.
388
+ * Added ruby_fork, but haven't fully plugged into autotest yet.
389
+
390
+ * 7 bug fixes:
391
+
392
+ * Add SIGINT handler to unit_diff to give a more graceful exit.
393
+ * Don't strip <> from tempfiles, parse_diff does it for us.
394
+ * Fixed autotest problems on windoze. Ugh.
395
+ * Fixed broken pipe bug and newline bug in unit_diff.
396
+ * Make request_method in ControllerTestCase a String.
397
+ * multitest installs rubygems if tarball found in versions dir.
398
+ * multitest only configures when makefile is missing. Rebuilds much faster now.
399
+ * ruby_fork exits without backtrace and allows redirection of output.
400
+
401
+ === 3.2.0 / 2006-04-10
402
+
403
+ * 1 major enhancement:
404
+
405
+ * Added Test::Rails.
406
+
407
+ * 1 minor enhancement:
408
+
409
+ * Extended autotest for Test::Rails.
410
+
411
+ * 4 bug fixes:
412
+
413
+ * Autotest now detects changes in rhtml.
414
+ * Improved autotest's file mapping and choice of ruby.
415
+ * We've got RDoc, yes we do!
416
+ * Removed redundancies in rakefile. Using gem spec for most stuff now.
417
+
418
+ === 3.1.0 / 2006-03-29
419
+
420
+ * 2 major enhancements:
421
+
422
+ * Added multiruby! YAY!
423
+ * Massive improvements to autotest: speed, reliability, reporting, etc.
424
+
425
+ * 10 minor enhancements:
426
+
427
+ * multiruby builds in a centralized location. YAY!
428
+ * multiruby now allows reinstalls quickly and easily (can even skip config).
429
+ * multiruby exits with total sum of exit codes.
430
+ * autotest file search is muuuuch faster.
431
+ * autotest automatically detects rails mode.
432
+ * autotest deals with rails dependencies much better.
433
+ * autotest reruns a full suite after you go green to ensure full coverage.
434
+ * autotest always runs with unit_diff -u.
435
+ * autotest can now run cvs/svn/p4 up periodically to be a mini-tinderbox.
436
+ * autotest now has real help.
437
+
438
+ * 4 bug fixes:
439
+
440
+ * ZenTest is now zentest. Yay for consistency! (do a rake uninstall to clean)
441
+ * ZenTest excludes pretty_print methods.
442
+ * Fixed unary operator issues (they were backwards... oops!) for ZenTest.
443
+ * unit_diff now runs diff.exe on Windoze. dunno if that will work.
444
+
445
+ === 3.0.0 / 2006-03-06
446
+
447
+ * 2 major enhancements:
448
+
449
+ * Added autotest and rails_autotest. YAY for continous testing!
450
+ * Repackaged and gemified. YAY for gemification!
451
+
452
+ * 3 minor enhancements:
453
+
454
+ * Added non-mappable tests starting with test_integration_.
455
+ * Lots of code and test refactoring and cleanup.
456
+ * Massive improvement on unit tests.
457
+
458
+ * 3 bug fixes:
459
+
460
+ * Cleaned up class method inheritence. Esp relevant for rails testing.
461
+ * Finally fixed the unit_diff parse bug!
462
+ * Fixed improper counting of errors if a class was missing, should be 1 + missing methods.
463
+
464
+ === 2.4.0 / 2005-03-21
465
+
466
+ * 3 minor enhancements:
467
+
468
+ * Able to audit standard class library (so now we can audit rubicon!).
469
+ * Able to map against class methods (self.blah <=> test_class_blah).
470
+ * Added -I=rubypath support
471
+
472
+ * 4 bug fixes:
473
+
474
+ * bug:1151 Fixed stupid problem w/ unit_diff.
475
+ * bug:1454 code generation correctly matches class/module for nested classes.
476
+ * bug:1455 Updated method mapping to work on all operators listed in my quickref.
477
+ * Realized I'm a moron and did NOT release in March like I thought...
478
+
479
+ === 2.3.0 / 2004-11-18
480
+
481
+ * 6 minor enhancements:
482
+
483
+ * Massively expanded the method name mappings.
484
+ * Added -r flag to reverse map names, for Rails style testing.
485
+ * Added -e to auto eval tests generated.
486
+ * Added -b & -c flags in unit_diff (passed to diff)
487
+ * Added install and uninstall rules to Makefile.
488
+ * Added some more doco to README.txt
489
+
490
+ * 7 bug fixes:
491
+
492
+ * Cleaned up and refactored tests.
493
+ * Changed the way files are generated, to accomodate new flags.
494
+ * Added some more tests.
495
+ * Added $ZENTEST=true
496
+ * Fixed the one-liner diff bug.
497
+ * Cleaned up multi-line string diffs by unescaping \n
498
+ * Cleaned result for flunks.
499
+
500
+ === 2.2.0 / 2004-10-18
501
+
502
+ * 4 minor enhancements:
503
+
504
+ * Added LinuxJournalArticle.txt! WOOT!
505
+ * Added unit_diff.rb - a very cool filter for test output!
506
+ * Extended ZenTest to work with standard input
507
+ * Added "ZenTest FULL" to force ZenTest to analyze inherited methods, for subclasses of the standard library.
508
+
509
+ * 3 bug fixes:
510
+
511
+ * Extended makefile to be more dynamic and stop diffing versions. ugh.
512
+ * Expanded the method rename map to handle <<, *, +, and ==.
513
+ * Added more test cases.
514
+
515
+ === 2.1.2 / 2004-03-08
516
+
517
+ * 4 bug fixes:
518
+
519
+ * Fixed yet another 1.8ism, results will be the same in 1.8 and 1.6.
520
+ * Fixed code responsible for method name conversion.
521
+ * I am a moron... didn't run tests after updating version.
522
+ * Need to convert my diff-based tests to unit tests.
523
+
524
+ === 2.1.1 / 2004-03-06
525
+
526
+ * 3 bug fixes:
527
+
528
+ * Fixed a 1.8ism.
529
+ * Removed zentestrunner. Older ruby users will just have to suffer.
530
+ * Updated history to ZenWeb format.
531
+
532
+ === 2.1.0 / 2003-01-07
533
+
534
+ * 3 major enhancements:
535
+
536
+ * Output is runnable as-is thanks to zentestrunner.rb.
537
+ * Wrapped up all running functionality into ZenTest.fix
538
+ * Added simple statistic output... Thanks Dave & Andy!!!
539
+
540
+ * 2 minor enhancements:
541
+
542
+ * Added zentestrunner.rb until Nathaniel accepts my changes!
543
+ * Added a clean rule to Makefile
544
+
545
+ * 3 bug fixes:
546
+
547
+ * Removed at_exit override and avoided test/unit altogether.
548
+ * Extended README.txt to include some of the rules.
549
+ * Fixed several tests and added assertions for new stats
550
+
551
+ === 2.0.0 / 2002-10-29
552
+
553
+ * 2 major enhancements:
554
+
555
+ * Rewrite of ZenTest.rb into actual OO design.
556
+ * Added unit tests, finally...
557
+
558
+ === 1.0.1 / 2002-09-28
559
+
560
+ * 1 minor enhancement:
561
+
562
+ * Only loads when a class is detected, allows some scripts to be skipped.
563
+
564
+ * 3 bug fixes:
565
+
566
+ * Cleaned up output. Verbose when $DEBUG is true.
567
+ * Added an error count that is output at end.
568
+ * Better filtering or conversion on some method names.
569
+
570
+ === 1.0.0 / 2002-09-24
571
+
572
+ * 1 major enhancement:
573
+
574
+ * Birthday!