summary refs log tree commit diff stats
path: root/testament/categories.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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