diff options
Diffstat (limited to 'doc/develop/pytest/index.rst')
-rw-r--r-- | doc/develop/pytest/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/develop/pytest/index.rst b/doc/develop/pytest/index.rst new file mode 100644 index 00000000000..dce8a96370f --- /dev/null +++ b/doc/develop/pytest/index.rst @@ -0,0 +1,21 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +pytest Framework within U-Boot +============================== + +General +------- + +.. toctree:: + :maxdepth: 1 + + usage + +Individual tests +---------------- + +.. toctree:: + :maxdepth: 1 + :glob: + + test_* |