summary refs log tree commit diff stats
path: root/testament/specs.nim
Commit message (Collapse)AuthorAgeFilesLines
...
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-7/+6
|
* lots of small changesArne Döring2018-12-111-3/+2
|
* megatest checks output and nimoutArne Döring2018-12-111-3/+3
|
* megatest can be executedArne Döring2018-12-111-1/+0
|
* require errormsg to be specified before file.Arne Döring2018-12-111-0/+6
|
* test can fail because of invalid specArne Döring2018-12-111-8/+29
|
* remove echoArne Döring2018-12-111-3/+0
|
* one error lessArne Döring2018-12-111-2/+6
|
* WIP, most tests are now skippedArne Döring2018-12-111-100/+105
|
* WIPArne Döring2018-12-111-6/+11
|
* Tester tests (#9787)Arne Döring2018-11-271-1/+1
| | | | | | | * remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated
* print more to see the test in the log that was never finished.Arne Döring2018-11-231-0/+2
|
* activated more tests, allow input in test specArne Döring2018-11-231-0/+3
|
* make run the default action of a test in testerArne Döring2018-11-231-4/+4
|
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-0/+202
* 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