summaryrefslogtreecommitdiffhomepage
path: root/test/assert.rb
AgeCommit message (Expand)Author
2021-04-16feat(CI): add the GitHub Super LinterJohn Bampton
2020-06-08only use GEMNAME if defined in assert.rbMark Delk
2020-05-29Print exception backtrace if possible without `-v` in testKOBAYASHI Shuji
2019-09-05add assert_not_nil methodtakumakume
2019-07-30Merge pull request #4606 from shuujii/refine-message-to-skip-in-nested-assertYukihiro "Matz" Matsumoto
2019-07-30Refine message to `skip` in nested `assert`KOBAYASHI Shuji
2019-07-29Fix "Warn if assertion is missing inside `assert`"; ref ff43b2b9KOBAYASHI Shuji
2019-07-29Fixed a conflict between #4407 and #4540Yukihiro "Matz" Matsumoto
2019-07-29Merge pull request #4407 from shuujii/add-assert_raise_with_message-and-asser...Yukihiro "Matz" Matsumoto
2019-07-29Resolved conflicts in #4320Yukihiro "Matz" Matsumoto
2019-06-29Nested `assert` for mrbtestdearblue
2019-05-27Use `$undefined.equal?(obj2)` instead of `obj2 == $undefined` in `assert.rb`KOBAYASHI Shuji
2019-04-29Refine the default values of `flunk`KOBAYASHI Shuji
2019-04-26Add `assert_raise_with_message` and `assert_raise_with_message_pattern`KOBAYASHI Shuji
2019-04-22Merge pull request #4356 from shuujii/add-assert_match-and-assert_not_matchYukihiro "Matz" Matsumoto
2019-04-22Add `assert_predicate` and `assert_operator`KOBAYASHI Shuji
2019-04-14Add `assert_match` and `assert_not_match`KOBAYASHI Shuji
2019-04-12Refine `assert_float`KOBAYASHI Shuji
2019-03-31Fix warning: '*' interpreted as argument prefixKOBAYASHI Shuji
2019-03-30Add `pass` and `flunk` to `test/assert.rb`KOBAYASHI Shuji
2019-03-26Fix dealing with infinity and NaN in `test/assert.rb:assert_float`KOBAYASHI Shuji
2019-03-23Refactor `t_print` for testKOBAYASHI Shuji
2019-03-21Remove redundant content in assertion failure message and diffKOBAYASHI Shuji
2019-03-13Do not raise an exception when bintest failKOBAYASHI Shuji
2019-03-07Set `GEMNAME` on bintestKOBAYASHI Shuji
2019-03-05Count skip testsKOBAYASHI Shuji
2019-03-04`GEMNAME` is undefined in bintestKOBAYASHI Shuji
2019-03-03Simplify `MRubyTestSkip` in `test/assert.rb`KOBAYASHI Shuji
2019-02-26Remove unneeded `=>` in test skip/error messagesKOBAYASHI Shuji
2019-02-24Refine mrbgem name in assertion failure/skip message for core testKOBAYASHI Shuji
2019-02-21Merge pull request #4290 from shuujii/refactor-exception-handling-in-assertYukihiro "Matz" Matsumoto
2019-02-21Refactor exception handling in `assert`KOBAYASHI Shuji
2019-02-20`assert_true`/`assert_false` should pass when actual is only `true`/`false`KOBAYASHI Shuji
2019-02-14Lazy message/diff creation for assertion in `test/assert.rb`KOBAYASHI Shuji
2019-02-09Always through `assert_true` for assertion methods in `test/assert.rb`KOBAYASHI Shuji
2019-01-05Add `assert_same` and `assert_not_same`KOBAYASHI Shuji
2018-12-21Fix undefined variable is usingdearblue
2017-12-09Use same format between Fail and Skipbamchoh
2017-08-30Allowed to pass multiple exceptions to assert_raiseChristopher Aue
2017-08-29Refactored #assert_raise and #assert_nothing_raisedChristopher Aue
2017-07-11fixed printing failed assertionsChristopher Aue
2017-06-22Silence rubocop warnings.Yukihiro "Matz" Matsumoto
2017-06-21use `unless` instead of `if not`.Yukihiro "Matz" Matsumoto
2017-01-07Pass when assert returns a false valueRyo Okubo
2016-11-24Fixed float tolerance in tests when MRB_USE_FLOAT is setTomasz Dąbrowski
2016-11-10test/assert.rb should not use putsTomasz Dąbrowski
2015-12-31__t_printstr__ may not be available for testsYukihiro "Matz" Matsumoto
2015-12-30simpler t_printYukihiro "Matz" Matsumoto
2015-01-03Round execution timeDaniel Bovensiepen
2014-07-19Print backtrace of crashed test in verbose mode.take_cheeze