Documentation: Kunit: Add ref for other kinds of tests

Add an organic link to the "other kinds of tests" in the index page

Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
Tales Aparecida 2022-08-13 01:20:55 -03:00 коммит произвёл Shuah Khan
Родитель 43ca52a910
Коммит 3920c725cb
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -39,6 +39,8 @@ more work than using KUnit on UML.
For more information, see :ref:`kunit-on-non-uml`. For more information, see :ref:`kunit-on-non-uml`.
.. _kinds-of-tests:
What is the difference between a unit test and other kinds of tests? What is the difference between a unit test and other kinds of tests?
==================================================================== ====================================================================
Most existing tests for the Linux kernel would be categorized as an integration Most existing tests for the Linux kernel would be categorized as an integration

Просмотреть файл

@ -95,6 +95,8 @@ Unit Testing Advantages
- Improves code quality. - Improves code quality.
- Encourages writing testable code. - Encourages writing testable code.
Read also :ref:`kinds-of-tests`.
How do I use it? How do I use it?
================ ================