summary refs log tree commit diff stats
path: root/testament/htmlgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes leftover from #9647 : use nimf as standardized extension for source ↵Timothee Cour2019-01-141-1/+1
| | | | code filters (#10294)
* Testament fixes (#10034)alaviss2018-12-181-3/+4
| | | | | | * testament/htmlgen: add support for disabled and joined tests * testament/tester: respect --targets
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-0/+148
* testament: move to root dir (it's not a test) * osproc: fix process index passed to afterRunEvent for parallel runs it was passing the index of the process, not index of all commands * testament: complete file move