summaryrefslogtreecommitdiff
path: root/Documentation/dev-tools/kunit/api/test.rst
diff options
context:
space:
mode:
authorDaniel Latypov <dlatypov@google.com>2021-10-26 08:36:38 -0700
committerShuah Khan <skhan@linuxfoundation.org>2021-12-13 13:33:42 -0700
commit58b391d74630df14ea47f3e29c8e55a7364741ae (patch)
tree5ea8c8d5f12d5fd23a72262baa671711e8d3c58a /Documentation/dev-tools/kunit/api/test.rst
parent9a6bb30a8830bb868b09629f0b9ad5d2b5fbb2f9 (diff)
Documentation: kunit: remove claims that kunit is a mocking framework
KUnit does not have any first party support for "mocking". The original RFC had some, but the code got dropped. However, the documentation patches never got updated. This fixes that. https://kunit.dev/mocking.html has a current writeup on the status quo and will hopefully be eventually folded into the in-kernel Documentation. Signed-off-by: Daniel Latypov <dlatypov@google.com> Reviewed-by: David Gow <davidgow@google.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'Documentation/dev-tools/kunit/api/test.rst')
-rw-r--r--Documentation/dev-tools/kunit/api/test.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/dev-tools/kunit/api/test.rst b/Documentation/dev-tools/kunit/api/test.rst
index aaa97f17e5b3..c5eca423e8b6 100644
--- a/Documentation/dev-tools/kunit/api/test.rst
+++ b/Documentation/dev-tools/kunit/api/test.rst
@@ -4,8 +4,7 @@
Test API
========
-This file documents all of the standard testing API excluding mocking or mocking
-related features.
+This file documents all of the standard testing API.
.. kernel-doc:: include/kunit/test.h
:internal: