summaryrefslogtreecommitdiffstats
path: root/lib/kunit/assert.c
AgeCommit message (Expand)AuthorLines
2023-09-18kunit: Don't use a managed alloc in is_literal()Richard Fitzgerald-8/+6
2023-01-30kunit: fix bug in KUNIT_EXPECT_MEMEQRae Moar-15/+25
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal-0/+56
2022-10-27kunit: log numbers in decimal and hexMark Rutland-2/+4
2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov-19/+19
2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov-11/+16
2022-01-25kunit: split out part of kunit_assert into a static constDaniel Latypov-4/+5
2022-01-25kunit: factor out kunit_base_assert_format() call into kunit_fail()Daniel Latypov-6/+0
2021-04-02kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literalsDaniel Latypov-6/+24
2021-03-23kunit: Match parenthesis alignment to improve code readabilityLucas Stankus-11/+20
2021-02-08kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov-6/+33
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire-39/+40
2020-03-25kunit: Always print actual pointer values in assertsDavid Gow-2/+2
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-0/+8
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire-0/+2
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins-0/+141