summary refs log tree commit diff stats
path: root/testament/specs.nim
Commit message (Collapse)AuthorAgeFilesLines
* 32 bit fixes (#10608)Arne Döring2019-02-131-0/+3
|
* koch and testament improvement; make testing command easier to get rightAndreas Rumpf2019-02-131-1/+1
|
* testament: use bin/nim.exe as the defaultAraq2019-02-071-1/+1
|
* testament: test nimble packages is beginning to workAraq2019-02-041-1/+1
|
* fix #10049 (#10083)Timothee Cour2018-12-231-1/+1
|
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-12/+14
|
* 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