Lines Matching full:attributes
278 Test Attributes and Filtering
281 Test suites and cases can be marked with test attributes, such as speed of
282 test. These attributes will later be printed in test output and can be used to
285 Marking Test Attributes
291 Test cases can be marked using the ``KUNIT_CASE_ATTR(test_name, attributes)``
323 Not all attributes need to be set in a ``kunit_attributes`` object. Unset
324 attributes will remain uninitialized and act as though the attribute is set
326 These unset attributes will not be reported and may act as a default value
329 Reporting Attributes
332 When a user runs tests, attributes will be present in the raw kernel output (in
333 KTAP format). Note that attributes will be hidden by default in kunit.py output
335 ``--raw_output`` flag. This is an example of how test attributes for test cases
343 This is an example of how test attributes for test suites will be formatted in
356 attributes, using the command line flag ``--list_tests_attr``:
407 Since both suites and test cases can have attributes, there may be conflicts
408 between attributes during filtering. The process of filtering follows these
419 List of Current Attributes