summary refs log tree commit diff stats
path: root/testament/backend.nim
Commit message (Collapse)AuthorAgeFilesLines
* add -d:nimStrictMode in CI to keep code from regressing; fixes ↵Timothee Cour2021-02-171-1/+1
| | | | ConvFromXtoItselfNotNeeded, UnusedImport notes (#16764)
* Testament small fixes (#16788)Juan Carlos2021-01-221-5/+4
| | | | | | | | | * ReSync with Devel * ReSync * Fix Deprecations, Convertion to itself, code style, etc * Fix Deprecations, Convertion to itself, code style, etc
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-2/+2
|
* revert 0944b0f4narimiran2020-07-061-2/+2
|
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. ↵3n-k12019-11-281-2/+2
| | | | (#12754)
* fix htmlgen, that I brokeArne Döring2018-12-111-10/+7
|
* WIP, most tests are now skippedArne Döring2018-12-111-3/+2
|
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-0/+75
* 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