Skip to content

Commit 9535743

Browse files
Harinder SinghJonathan Corbet
authored andcommitted
Documentation: KUnit: Rework writing page to focus on writing tests
We now have dedicated pages on running tests. Therefore refocus the usage page on writing tests and add content from tips page and information on other architectures. Signed-off-by: Harinder Singh <[email protected]> Reviewed-by: Tim Bird <[email protected]> Reviewed-by: Brendan Higgins <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 46201d4 commit 9535743

File tree

3 files changed

+255
-327
lines changed

3 files changed

+255
-327
lines changed

Documentation/dev-tools/kunit/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ How do I use it?
102102
* Documentation/dev-tools/kunit/architecture.rst - KUnit architecture.
103103
* Documentation/dev-tools/kunit/run_wrapper.rst - run kunit_tool.
104104
* Documentation/dev-tools/kunit/run_manual.rst - run tests without kunit_tool.
105-
* Documentation/dev-tools/kunit/usage.rst - KUnit features.
105+
* Documentation/dev-tools/kunit/usage.rst - write tests.
106106
* Documentation/dev-tools/kunit/tips.rst - best practices with
107107
examples.
108108
* Documentation/dev-tools/kunit/api/index.rst - KUnit APIs

Documentation/dev-tools/kunit/start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Next Steps
243243
* Documentation/dev-tools/kunit/architecture.rst - KUnit architecture.
244244
* Documentation/dev-tools/kunit/run_wrapper.rst - run kunit_tool.
245245
* Documentation/dev-tools/kunit/run_manual.rst - run tests without kunit_tool.
246-
* Documentation/dev-tools/kunit/usage.rst - KUnit features.
246+
* Documentation/dev-tools/kunit/usage.rst - write tests.
247247
* Documentation/dev-tools/kunit/tips.rst - best practices with
248248
examples.
249249
* Documentation/dev-tools/kunit/api/index.rst - KUnit APIs

0 commit comments

Comments
 (0)