summary refs log tree commit diff stats
path: root/testament/categories.nim
Commit message (Collapse)AuthorAgeFilesLines
* don't skip tests that really were not joinedAraq2018-12-111-1/+1
|
* remove outputGotten.txt file on successAraq2018-12-111-0/+1
|
* attempt to make travis greenAraq2018-12-111-3/+2
|
* don't run megatest in parallel for better error messagesAraq2018-12-111-1/+2
|
* make tests green; better output for when megatest execution failsAraq2018-12-111-0/+1
|
* testament megatest: furher refactorings making more tests greenAraq2018-12-111-73/+76
|
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-30/+9
|
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-183/+105
|
* lots of small changesArne Döring2018-12-111-12/+61
|
* megatest integrated in default test allArne Döring2018-12-111-56/+47
|
* megatest checks output and nimoutArne Döring2018-12-111-9/+51
|
* megatest can be executedArne Döring2018-12-111-0/+113
|
* require errormsg to be specified before file.Arne Döring2018-12-111-11/+24
|
* kill testnospecArne Döring2018-12-111-3/+7
|
* one error lessArne Döring2018-12-111-1/+2
|
* WIP, most tests are now skippedArne Döring2018-12-111-40/+42
|
* WIPArne Döring2018-12-111-0/+2
|
* fix for nimInActionArne Döring2018-11-231-15/+12
|
* fix for dll testsArne Döring2018-11-231-5/+4
|
* more tests fixedArne Döring2018-11-231-1/+0
|
* make run the default action of a test in testerArne Döring2018-11-231-0/+1
|
* Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)cooldome2018-10-281-1/+0
| | | * Fixes #9434
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-161-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-0/+539
* 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