Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:ruby:extensions
rubygem-minitest-4_7
rubygem-minitest-4_7.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-minitest-4_7.changes of Package rubygem-minitest-4_7
------------------------------------------------------------------- Tue Feb 10 18:04:21 UTC 2015 - coolo@suse.com - updated to version 4.7.5 ------------------------------------------------------------------- Sun Oct 12 11:41:27 UTC 2014 - adrian@suse.de - adapt to new rubygem packaging style ------------------------------------------------------------------- Sun May 5 15:04:44 UTC 2013 - coolo@suse.com - updated to version 4.7.4 This is probably the last release of the 4.x series. It will be merged to ruby and will be put into maintenance mode there. I'm not set in stone on this, but at this point further development of minitest (5+) will be gem-only. It is just too hard to work w/in ruby-core w/ test-unit compatibility holding minitest development back. * 2 minor enhancements: * Added count/size to ParallelEach to fix use w/in stdlib's test/unit. :( (btaitelb) * Allow disabling of info_signal handler in runner. (erikh) ------------------------------------------------------------------- Sat Apr 27 05:38:40 UTC 2013 - coolo@suse.com - updated to version 4.7.3 * 1 bug fix: * Reverted stubbing of module methods change. Stub the user, not the impl. (ab9/tyabe) ------------------------------------------------------------------- Sat Apr 20 15:46:15 UTC 2013 - coolo@suse.com - updated to version 4.7.2 * 2 bug fixes: * Fixed inconsistency in refute_in_delta/epsilon. I double negatived my logic. (nettsundere) * Fixed stubbing of module methods (eg Kernel#sleep). (steveklabnik) ------------------------------------------------------------------- Fri Apr 12 07:35:34 UTC 2013 - coolo@suse.com - updated to version 4.7.1 * 1 minor enhancement: * Added FAQ section to README * 1 bug fix: * Fixed bug where guard runs tests bypassing minitest/autorun and an ivar isn't set right. (darrencauthon) ------------------------------------------------------------------- Tue Mar 19 19:50:51 UTC 2013 - coolo@suse.com - updated to version 4.7.0 * 1 major enhancement: * Refactored MiniTest::Spec into MiniTest::Spec::DSL. * 1 bug fix: * Removed $DEBUG handler that detected when test/unit and minitest were both loaded. (tenderlove) ------------------------------------------------------------------- Sun Mar 3 09:34:38 UTC 2013 - coolo@suse.com - updated to version 4.6.2 * 1 minor enhancement: * Change error output to match Class#method, making it easier to use -n filter. * 1 bug fix: * Fixed an option processing bug caused by test/unit's irresponsibly convoluted code. (floehopper) ------------------------------------------------------------------- Tue Feb 12 14:06:14 UTC 2013 - coolo@suse.com - updated to version 4.6.0 * 3 major enhancements: * Removed ::reset_setup_teardown_hooks * Removed the long deprecated assert_block * Removed the long deprecated lifecycle hooks: add_(setup|teardown)_hook * 1 minor enhancement: * Allow filtering tests by suite name as well as test name. (lazyatom) * 2 bug fixes: * Made hex handling (eg object_ids) in mu_pp_for_diff more specific. (maxim) * nodoc top-level module. (zzak) ------------------------------------------------------------------- Wed Jan 23 06:54:32 UTC 2013 - coolo@suse.com - updated to version 4.5.0 * 1 major enhancement: * Rearranged minitest/unit.rb so NO parallelization code is loaded/used until you opt-in. * 4 minor enhancements: * Added TestCase#skipped? for teardown guards * Added maglev? guard * Document that record can be sent twice if teardown fails or errors (randycoulman) * Errors in teardown are now recorded. (randycoulman) * 3 bug fixes: * Added hacks and skips to get clean test runs on maglev * Modified float tests for maglev float output differences. Not sure this is right. Not sure I care. * Test for existance of diff.exe instead of assuming they have devkit. (blowmage/Cumbayah) ------------------------------------------------------------------- Tue Jan 8 20:49:57 UTC 2013 - coolo@suse.com - updated to version 4.4.0 * 3 minor enhancements: * Added fit_logarithic and assert_performance_logarithmic. (ktheory) * Merge processed options so others can mess with defaults. (tenderlove) * TestCase#message can now take another proc to defer custom message cost. (ordinaryzelig/bhenderson) * 1 bug fix: * TestCase#passed? now true if test is skipped. (qanhd) ------------------------------------------------------------------- Fri Dec 7 09:03:59 UTC 2012 - coolo@suse.com - updated to version 4.3.3 * Updated information about stubbing. (daviddavis) ------------------------------------------------------------------- Wed Nov 28 13:21:27 UTC 2012 - coolo@suse.com - updated to version 4.3.2 * Improved assert_equals error message to point you at #== of member objects. (kcurtin) ------------------------------------------------------------------- Mon Nov 26 17:49:11 UTC 2012 - coolo@suse.com - updated to version 4.3.1 * Moved test_children to serial testcase to prevent random failures. * 4 minor enhancements: * Allow #autorun to run even if loaded with other test libs that call exit. (sunaku) * Do not include Expectations in Object if $MT_NO_EXPECTATIONS is set (experimental?) * Gave some much needed love to assert_raises. * Mock#expect can take a block to custom-validate args. (gmoothart) ------------------------------------------------------------------- Sat Nov 3 08:06:48 UTC 2012 - coolo@suse.com - updated to version 4.2.0 * 4 major enhancements: * Added minitest/hell - run all your tests through the ringer! * Added support for :parallel test_order to run test cases in parallel. * Removed last_error and refactored runner code to be threadsafe. * _run_suites now runs suites in parallel if they opt-in. * 4 minor enhancements: * Added TestCase#synchronize * Added TestCase.make_my_diffs_pretty! * Added TestCase.parallelize_me! * Lock on capture_io for thread safety (tenderlove) ------------------------------------------------------------------- Mon Oct 8 08:41:50 UTC 2012 - coolo@suse.com - updated to version 4.1.0 * 2 minor enhancements: * Added skip example to readme. (dissolved) * Extracted backtrace filter to object. (tenderlove) * 1 bug fix: * OMG I'm so dumb. Fixed access to deprecated hook class methods. I hate ruby modules. (route) ------------------------------------------------------------------- Mon Oct 1 08:00:32 UTC 2012 - coolo@suse.com - updated to version 4.0.0 * 1 major enhancement: * The names of a privately-used undocumented constants are Super Importantâ„¢. * 1 minor enhancement: * Support stubbing methods that would be handled via method_missing. (jhsu) * 3 bug fixes: * Add include_private param to MiniTest::Mock#respond_to? (rf-) * Fixed use of minitest/pride with --help. (zw963) * Made 'No visible difference.' message more clear. (ckrailo) ------------------------------------------------------------------- Sun Sep 23 09:24:32 UTC 2012 - coolo@suse.com - updated to version 3.5.0 * 1 minor enhancement: * Added #capture_subprocess_io. (route) ------------------------------------------------------------------- Thu Sep 6 05:32:29 UTC 2012 - coolo@suse.com - updated to version 3.4.0 * assert_output can now take regexps for expected values. (suggested by stomar) * Clarified that ruby 1.9/2.0's phony gems cause serious confusion for rubygems. ------------------------------------------------------------------- Sat Jul 28 16:46:55 UTC 2012 - coolo@suse.com - update to 3.3.0 * 1 major enhancement: * Deprecated add_(setup|teardown)_hook in favor of (before|after)_(setup|teardown) [2013-01-01] * 4 minor enhancements: * Refactored deprecated hook system into a module. * Refactored lifecycle hooks into a module. * Removed after_setup/before_teardown + run_X_hooks from Spec. * Spec#before/after now do a simple define_method and call super. DUR. * 2 bug fixes: * Fixed #passed? when used against a test that called flunk. (floehopper) * Fixed rdoc bug preventing doco for some expectations. (stomar). ------------------------------------------------------------------- Sun Jul 15 07:42:26 UTC 2012 - coolo@suse.com - update to 3.2.0, quite some changes - see History.txt ------------------------------------------------------------------- Wed Apr 11 12:08:54 UTC 2012 - coolo@suse.com - update to 2.12.1 * Added ruby releases to History.txt to make it easier to see what you're missing * Rolled my own deprecate msg to allow MT to work with rubygems < 1.7 ------------------------------------------------------------------- Sat Apr 7 19:27:42 UTC 2012 - coolo@suse.com - update to 2.12 - TONS of changes ------------------------------------------------------------------- Mon Jun 14 12:43:22 UTC 2010 - mrueckert@suse.de - update to version 1.6.0 * Added --seed argument so you can reproduce a random order for debugging. * Added documentation for assertions * Added more rdoc and tons of :nodoc: * Added output to give you all the options you need to reproduce that run. * Added proper argument parsing to minitest. * Added unique serial # to spec names so order can be preserved (needs tests). (phrogz) * Empty 'it' fails with default msg. (phrogz) * Remove previous method on expect to remove 1.9 warnings * Spec#it is now order-proof wrt subclasses/nested describes. * assert_same error message now reports in decimal, eg: oid=123. (mattkent) * Fixed message on refute_same to be consistent with assert_same. * Fixed method randomization to be stable for testing. ------------------------------------------------------------------- Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de - use rubygems_requires macro ------------------------------------------------------------------- Wed Feb 24 17:06:52 UTC 2010 - mrueckert@suse.de - update to version 1.5.0 ------------------------------------------------------------------- Mon Nov 16 15:16:10 UTC 2009 - dmacvicar@novell.com - initial package for 1.4.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor