summaryrefslogtreecommitdiff
path: root/lib/kunit/assert.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-18kunit: Don't use a managed alloc in is_literal()Richard Fitzgerald1-8/+6
2023-01-31kunit: fix bug in KUNIT_EXPECT_MEMEQRae Moar1-15/+25
2022-10-27kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal1-0/+56
2022-10-27kunit: log numbers in decimal and hexMark Rutland1-2/+4
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-09kunit: 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-10kunit: allow kunit tests to be loaded as a moduleAlan Maguire1-0/+8
2020-01-10kunit: move string-stream.h to lib/kunitAlan Maguire1-0/+2
2019-10-01kunit: test: add assertion printing libraryBrendan Higgins1-0/+141