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