aboutsummaryrefslogtreecommitdiff
path: root/lib/kunit/assert.c
AgeCommit message (Expand)Author
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