summaryrefslogtreecommitdiffstats
path: root/lib/kunit/assert.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: Don't use a managed alloc in is_literal()Richard Fitzgerald2023-09-181-8/+6
* kunit: fix bug in KUNIT_EXPECT_MEMEQRae Moar2023-01-301-15/+25
* kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macrosMaĆ­ra Canal2022-10-271-0/+56
* kunit: log numbers in decimal and hexMark Rutland2022-10-271-2/+4
* kunit: factor out str constants from binary assertion structsDaniel Latypov2022-01-311-19/+19
* kunit: remove va_format from kunit_assertDaniel Latypov2022-01-311-11/+16
* kunit: split out part of kunit_assert into a static constDaniel Latypov2022-01-251-4/+5
* kunit: factor out kunit_base_assert_format() call into kunit_fail()Daniel Latypov2022-01-251-6/+0
* kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literalsDaniel Latypov2021-04-021-6/+24
* kunit: Match parenthesis alignment to improve code readabilityLucas Stankus2021-03-231-11/+20
* kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov2021-02-081-6/+33
* kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2020-03-261-39/+40
* kunit: Always print actual pointer values in assertsDavid Gow2020-03-251-2/+2
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-0/+8
* kunit: move string-stream.h to lib/kunitAlan Maguire2020-01-091-0/+2
* kunit: test: add assertion printing libraryBrendan Higgins2019-09-301-0/+141