summaryrefslogtreecommitdiff
path: root/doc/develop/pytest/index.rst
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-05-07 16:08:17 -0600
committerHeinrich Schuchardt <[email protected]>2025-05-11 12:52:56 +0200
commitbe2bdfd0199f37fed0ce19f90840f79d185e20d1 (patch)
treebc2aefe74eb6e8e0bd032835a6c747d5f8e136c8 /doc/develop/pytest/index.rst
parent2865a8590f29c20a64cf0ba986f697d9973ed963 (diff)
doc: Start improving our pytest documentation
Begin the work of documenting all of our pytests. To do this, we should have a directory under develop for it as there will be a large number of new files. As the current document is referenced externally in a number of locations, add the sphinx_reredirects module so that we can redirect from the old location to the new. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop/pytest/index.rst')
-rw-r--r--doc/develop/pytest/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/develop/pytest/index.rst b/doc/develop/pytest/index.rst
new file mode 100644
index 00000000000..435d84fc619
--- /dev/null
+++ b/doc/develop/pytest/index.rst
@@ -0,0 +1,12 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+pytest Framework within U-Boot
+==============================
+
+General
+-------
+
+.. toctree::
+ :maxdepth: 1
+
+ usage