aboutsummaryrefslogtreecommitdiff
path: root/doc/HACKING/WritingTests.md
AgeCommit message (Collapse)Author
2023-06-19Merge branch 'maint-0.4.7'David Goulet
2023-06-19Use the new Stem repository on GitlabDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-12-16Fix typosDimitris Apostolou
2020-07-28WritingTests.md: add a section about shellsNick Mathewson
Closes #29485
2020-07-13Syntax highlighting in the docsGuinness
This adds the syntax highlights in the MarkDown files. Fixes #33741
2020-03-26doc: Replace "underline" with "## Section name".Bartosz Duszel
This approach doesn't require variable-length underlines.
2020-03-26doc: Remove first, empty line in the file.Bartosz Duszel
2020-03-22Update README files with common style.Bartosz Duszel
- external links use markdown's []() format, - local files are formated with backquotes, - duplicated new lines were removed, - unnecesary single spaces were removed, - broken links and local paths were updated.
2018-09-24Mention that we require Python 2.7 or newerrl1987
2017-10-03Improve docs on using gcovTaylor Yu
Add more explanation in doc/HACKING about how to read gcov output, including a reference to the gcov documentation in the GCC manual. Also add details about how our postprocessing scripts modify gcov output.
2016-11-21Fix typoovercaffeinated
Remove stray 'To run'
2016-10-14adding instructions how to include new test filesChelsea H. Komlo
2016-04-12Adopt the LCOV convention for marking lines as unreachable by tests.Nick Mathewson
Document this convention. Add a script to post-process .gcov files in order to stop nagging us about excluded lines. Teach cov-diff to handle these post-processed files. Closes ticket 16792
2016-03-28Write a document on how to add a test to StemSebastian Hahn
2016-02-11Add another admonishment to WritingTests.mdNick Mathewson
2015-11-05added some markdown formattingtom lurge
2015-10-29hacking is now markdownNick Mathewson
Not good markdown, mind you.