autotest 4.4.5 → 4.4.6

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