summaryrefslogtreecommitdiffstats
path: root/doc/develop/py_testing.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: Explain briefly how to write new testsSimon Glass2021-03-121-1/+2
| | | | | | | | Add a second on writing tests, covering when to use Python and C, where to put the tests, etc. Add a link to the existing Python test documentation. Signed-off-by: Simon Glass <sjg@chromium.org>
* uboot-test-hooks: Switch to our GitLab instanceTom Rini2021-02-281-1/+1
| | | | | | | | As Stephen is no longer actively maintaining the uboot-test-hooks repository, switch to using the instance on our GitLab. Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Tom Rini <trini@konsulko.com>
* doc: move test/py/README.md to HTML documentationHeinrich Schuchardt2021-01-231-0/+426
Convert test/py/README.md to restructured text and add it to the generated HTML documentation. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>