aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/kunit/assert.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov1-19/+19
2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov1-11/+16
2022-01-25kunit: split out part of kunit_assert into a static constDaniel Latypov1-4/+5
2022-01-25kunit: factor out kunit_base_assert_format() call into kunit_fail()Daniel Latypov1-6/+0
2021-04-02kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literalsDaniel Latypov1-6/+24
2021-03-23kunit: Match parenthesis alignment to improve code readabilityLucas Stankus1-11/+20
2021-02-08kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov1-6/+33
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire1-39/+40
2020-03-25kunit: Always print actual pointer values in assertsDavid Gow1-2/+2
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire1-0/+8
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire1-0/+2
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins1-0/+141