Lines Matching full:testing
10 some basic knowledge of testing.
18 This document is organized into two main sections: Testing and Common Patterns.
20 second covers common testing patterns, e.g. how to isolate code and make it
23 Testing chapter
29 "K" is short for "kernel" so "KUnit" is the "(Linux) Kernel Unit Testing
32 a secondary goal. KUnit has no ambition of being the only testing framework for
33 the kernel; for example, it does not intend to be an end-to-end testing
36 What is Unit Testing?
137 Notice how it is immediately obvious what all the properties that we are testing
180 related tests most unit testing frameworks - including KUnit - provide the
229 The most important aspect of unit testing that other forms of testing do not
459 Testing against multiple inputs
462 Testing just a few inputs might not be enough to have confidence that the code
528 Parameterized Testing
531 The table-driven testing pattern is common enough that KUnit has special
613 Currently, the KUnit Wrapper (``tools/testing/kunit/kunit.py``) (aka
646 …tools/testing/kunit/kunit.py run --timeout=60 --jobs=12 --arch=arm --cross_compile=arm-linux-gnuea…