summaryrefslogtreecommitdiff
path: root/doc/develop/tests_writing.rst
AgeCommit message (Collapse)AuthorFilesLines
2021-03-12doc: Explain briefly how to write new testsSimon Glass1-0/+346
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>