diff options
| author | Tom Rini <trini@konsulko.com> | 2024-06-23 18:06:18 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-06-23 18:06:18 -0600 |
| commit | 099755f900008ee381f6894fa331f68e254eb3a1 (patch) | |
| tree | 1dd1ed4a68b9902a55e440a4635c998f14b4842b /doc/develop/testing.rst | |
| parent | fe2ce09a0753634543c32cafe85eb87a625f76ca (diff) | |
| parent | 271ca9ef8a37b8668b9858638175ac2da5c152df (diff) | |
Merge tag 'doc-2024-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2024-07-rc5-2
Documentation:
* Fix broken references to pytest suite and test writing
* Fix links to FIT documentation
* Add capsule documentation for TI K3 devices
Diffstat (limited to 'doc/develop/testing.rst')
| -rw-r--r-- | doc/develop/testing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst index 5afeb42f696..9114d11ad26 100644 --- a/doc/develop/testing.rst +++ b/doc/develop/testing.rst @@ -69,7 +69,7 @@ build:: ./test/py/test.py --bd sandbox_spl --build -k test_spl -See test/py/README.md for more information about the pytest suite. +See :doc:`py_testing` for more information about the pytest suite. See :doc:`tests_sandbox` for how to run tests directly (not through pytest). @@ -123,7 +123,7 @@ or is covered sparingly. So here are some suggestions: is much easier to add onto a test - writing a new large test can seem daunting to most contributors. -See doc:`tests_writing` for how to write tests. +See :doc:`tests_writing` for how to write tests. Future work |
