index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
assert.rb
Age
Commit message (
Expand
)
Author
2019-09-05
add assert_not_nil method
takumakume
2019-07-30
Merge pull request #4606 from shuujii/refine-message-to-skip-in-nested-assert
Yukihiro "Matz" Matsumoto
2019-07-30
Refine message to `skip` in nested `assert`
KOBAYASHI Shuji
2019-07-29
Fix "Warn if assertion is missing inside `assert`"; ref ff43b2b9
KOBAYASHI Shuji
2019-07-29
Fixed a conflict between #4407 and #4540
Yukihiro "Matz" Matsumoto
2019-07-29
Merge pull request #4407 from shuujii/add-assert_raise_with_message-and-asser...
Yukihiro "Matz" Matsumoto
2019-07-29
Resolved conflicts in #4320
Yukihiro "Matz" Matsumoto
2019-06-29
Nested `assert` for mrbtest
dearblue
2019-05-27
Use `$undefined.equal?(obj2)` instead of `obj2 == $undefined` in `assert.rb`
KOBAYASHI Shuji
2019-04-29
Refine the default values of `flunk`
KOBAYASHI Shuji
2019-04-26
Add `assert_raise_with_message` and `assert_raise_with_message_pattern`
KOBAYASHI Shuji
2019-04-22
Merge pull request #4356 from shuujii/add-assert_match-and-assert_not_match
Yukihiro "Matz" Matsumoto
2019-04-22
Add `assert_predicate` and `assert_operator`
KOBAYASHI Shuji
2019-04-14
Add `assert_match` and `assert_not_match`
KOBAYASHI Shuji
2019-04-12
Refine `assert_float`
KOBAYASHI Shuji
2019-03-31
Fix warning: '*' interpreted as argument prefix
KOBAYASHI Shuji
2019-03-30
Add `pass` and `flunk` to `test/assert.rb`
KOBAYASHI Shuji
2019-03-26
Fix dealing with infinity and NaN in `test/assert.rb:assert_float`
KOBAYASHI Shuji
2019-03-23
Refactor `t_print` for test
KOBAYASHI Shuji
2019-03-21
Remove redundant content in assertion failure message and diff
KOBAYASHI Shuji
2019-03-13
Do not raise an exception when bintest fail
KOBAYASHI Shuji
2019-03-07
Set `GEMNAME` on bintest
KOBAYASHI Shuji
2019-03-05
Count skip tests
KOBAYASHI Shuji
2019-03-04
`GEMNAME` is undefined in bintest
KOBAYASHI Shuji
2019-03-03
Simplify `MRubyTestSkip` in `test/assert.rb`
KOBAYASHI Shuji
2019-02-26
Remove unneeded `=>` in test skip/error messages
KOBAYASHI Shuji
2019-02-24
Refine mrbgem name in assertion failure/skip message for core test
KOBAYASHI Shuji
2019-02-21
Merge pull request #4290 from shuujii/refactor-exception-handling-in-assert
Yukihiro "Matz" Matsumoto
2019-02-21
Refactor 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-14
Lazy message/diff creation for assertion in `test/assert.rb`
KOBAYASHI Shuji
2019-02-09
Always through `assert_true` for assertion methods in `test/assert.rb`
KOBAYASHI Shuji
2019-01-05
Add `assert_same` and `assert_not_same`
KOBAYASHI Shuji
2018-12-21
Fix undefined variable is using
dearblue
2017-12-09
Use same format between Fail and Skip
bamchoh
2017-08-30
Allowed to pass multiple exceptions to assert_raise
Christopher Aue
2017-08-29
Refactored #assert_raise and #assert_nothing_raised
Christopher Aue
2017-07-11
fixed printing failed assertions
Christopher Aue
2017-06-22
Silence rubocop warnings.
Yukihiro "Matz" Matsumoto
2017-06-21
use `unless` instead of `if not`.
Yukihiro "Matz" Matsumoto
2017-01-07
Pass when assert returns a false value
Ryo Okubo
2016-11-24
Fixed float tolerance in tests when MRB_USE_FLOAT is set
Tomasz Dąbrowski
2016-11-10
test/assert.rb should not use puts
Tomasz Dąbrowski
2015-12-31
__t_printstr__ may not be available for tests
Yukihiro "Matz" Matsumoto
2015-12-30
simpler t_print
Yukihiro "Matz" Matsumoto
2015-01-03
Round execution time
Daniel Bovensiepen
2014-07-19
Print backtrace of crashed test in verbose mode.
take_cheeze
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-03-31
Show error class name when raise Error
ksss
2014-03-26
revert 813ba5 since #1949 fixed
Yukihiro "Matz" Matsumoto
[next]