aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/test
Commit message (Expand)AuthorAgeFilesLines
* assertions.rb: return the exceptionnobu2016-04-201-0/+1
* test/unit.rb: show warning locationsnobu2016-04-111-1/+1
* assertions.rb: set default internal encodingnobu2016-04-091-5/+15
* test/unit.rb: defer failures in non-replace modenobu2016-03-221-1/+1
* test/unit.rb: show crashed filenobu2016-03-211-0/+1
* test/unit.rb: defer failures in verbose modenobu2016-03-191-0/+1
* assertions.rb: fix result of assert_nothing_raisednobu2016-03-171-1/+0
* * test/lib/test/unit.rb: describe !/REGEXP/ in the help message.akr2016-03-111-1/+1
* testunit: negative filternobu2016-03-111-4/+26
* memory_status.rb: independent of MiniTestnobu2016-03-091-0/+2
* test/unit: not return the cursor if verbosenobu2016-03-031-1/+1
* test/unit: return the cursornobu2016-03-021-3/+4
* test/unit: refine output in job_status=normalnobu2016-02-271-6/+9
* test/unit: fix for the testnobu2016-02-271-2/+7
* test/unit: refine output in verbose modenobu2016-02-271-13/+11
* test/unit: add --jobs-status=nonenobu2016-02-271-2/+2
* test/unit: no newlines to be chompednobu2016-02-271-1/+1
* assertions.rb: fix assert_no_memory_leaknobu2016-02-171-2/+2
* incompatible encoding workaroundnobu2016-02-051-1/+1
* remove extra dotnobu2016-01-171-1/+1
* assertions.rb: show failed indexesnobu2015-12-201-3/+7
* test/unit.rb: color on ttynobu2015-12-191-1/+1
* test/unit.rb: fix outputsnobu2015-12-191-10/+6
* test/unit.rb: use full columnsnobu2015-12-181-15/+9
* Exception#backtrace may be nil if it is manually creatednaruse2015-12-161-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-164-0/+4
* test: use String#b instead of dup.force_encodingnobu2015-12-141-3/+3
* * test/lib/envutil.rb: move enutil's assertions under Test::Unit::Assertion.hsbt2015-12-131-0/+334
* assertions.rb: fallback encoding errornobu2015-12-051-1/+5
* read may return nilnaruse2015-11-201-1/+1
* use assert_raisenobu2015-10-301-0/+4
* assertions.rb: refine all_assertionsnobu2015-10-071-2/+12
* test/unit/assertions.rb: all_assertionsnobu2015-09-271-0/+22
* test/unit.rb: show signalnobu2015-07-271-0/+4
* test/unit.rb: suppress warningsnobu2015-07-271-3/+4
* test/unit.rb: --test-order optionnobu2015-07-271-0/+12
* use Timeout.timeoutnobu2015-07-131-2/+2
* parallel.rb: upper directorynobu2015-07-051-1/+1
* * test/lib/test/unit.rb (Test::Unit::Parallel#start_watchdog): removedngoto2015-06-221-20/+0
* default colorsnobu2015-05-171-1/+7
* reset colorsnobu2015-05-171-3/+3
* test/unit.rb: regexps to excludenobu2015-02-091-2/+5
* test/unit.rb: --excludes-dir listnobu2015-01-101-13/+19
* test/unit.rb: ExcludesOptionnobu2015-01-041-0/+54
* test/unit.rb: reorder Test::Unitnobu2015-01-041-337/+292
* test/unit.rb: split Test::Unitnobu2015-01-041-8/+103
* parallel.rb: expand pathnobu2015-01-041-1/+1
* testcase.rb: call supernobu2015-01-041-0/+1
* Refine help message.akr2015-01-031-2/+2
* * test/lib/test/unit.rb: Also rescue EINVAL for older Linux thatheadius2014-12-151-1/+1