]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - Documentation/dev-tools/kunit/running_tips.rst
Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[thirdparty/linux.git] / Documentation / dev-tools / kunit / running_tips.rst
index 221c730b9cb25d46a1138be22b99a50a91b0a220..bd689db6fdd2013d0fb0cf0e5ff156264e096f93 100644 (file)
@@ -439,3 +439,10 @@ This attribute indicates the name of the module associated with the test.
 
 This attribute is automatically saved as a string and is printed for each suite.
 Tests can also be filtered using this attribute.
+
+``is_init``
+
+This attribute indicates whether the test uses init data or functions.
+
+This attribute is automatically saved as a boolean and tests can also be
+filtered using this attribute.