aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/test/unit
Commit message (Expand)AuthorAgeFilesLines
* assertions.rb: return the exceptionnobu2016-04-201-0/+1
* assertions.rb: set default internal encodingnobu2016-04-091-5/+15
* assertions.rb: fix result of assert_nothing_raisednobu2016-03-171-1/+0
* memory_status.rb: independent of MiniTestnobu2016-03-091-0/+2
* 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
* Exception#backtrace may be nil if it is manually creatednaruse2015-12-161-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-163-0/+3
* 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
* 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
* parallel.rb: upper directorynobu2015-07-051-1/+1
* parallel.rb: expand pathnobu2015-01-041-1/+1
* testcase.rb: call supernobu2015-01-041-0/+1
* vm_eval.c: UncaughtThrowErrornobu2014-11-151-2/+2
* test_exception.rb: more testsnobu2014-11-071-1/+1
* Suppress double dots.akr2014-06-281-1/+5
* reapply r46568 "assertions.rb: refine message"nobu2014-06-271-1/+1
* Revert r46568 "assertions.rb: refine message"naruse2014-06-271-1/+1
* assertions.rb: refine messagenobu2014-06-261-1/+1
* don't remove test resultsnaruse2014-05-311-3/+1
* force_encoding to get the log of failure by Encoding::CompatibilityErrornaruse2014-05-301-0/+1
* * test/lib/test/unit/parallel.rb (_run_suite): orig_stdout may be nilnaruse2014-05-301-2/+2
* parallel.rb: do not split messagesnobu2014-05-271-1/+2
* * test/lib/test/unit/test-unit.gemspec: removed needless gemspec file.hsbt2014-05-241-18/+0
* * test/runner.rb: remove dependency test-unit and minitesthsbt2014-05-174-0/+703