summary refs log tree commit diff stats
path: root/tests/readme.md
Commit message (Collapse)AuthorAgeFilesLines
* Update the reference to parseSpec (#21289)ghais2023-01-211-1/+1
| | | The current reference pointed to the wrong location
* Add a link for testament (#20923)ringabout2022-11-261-1/+1
|
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Testament] Extend and document message testing aids * Enable inline msgs when not reject action. Eliminates the pain of changing the line and column numbers in `nimout` or `output` while making changes to the test. * Enable using inline msgs and nimout together. Allows ease of inline msgs for the test as well as testing msgs from other modules. * Add path separator and test filename variable interpolation in msgs. Eases handling path separators in the msgs. * Add some documentation. * Fixed lots of broken tests * Fixed more broken tests * Support multiple inline messages per a line * Fix a broken test * Revert variable substitution in `output` * Remove uneeded params * Update doc/testament.md Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> * Update testament/specs.nim Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> * Update testament/specs.nim Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> * Fix indentation Co-authored-by: quantimnot <quantimnot@users.noreply.github.com> Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
* testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087)Timothee Cour2021-05-261-2/+1
|
* Update link to parseSpec procClyybber2020-06-281-1/+1
|
* trunner was not actually being tested in non-CTFFI mode; minor testament ↵Timothee Cour2020-05-191-8/+5
| | | | | | | | | | cleanups (#14377) * use check * trunner now works with cpp * cleanup: move compiler/unittest_light => stdtest/unittest_light * fix tests/readme.md * remove deadcode references to rodfiles * fix for windows
* Fix reference to parseSpec proc in readme (#12359)kraptor2019-10-041-1/+1
|
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-1/+1
| | | | | | | | | | * 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
* Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-021-0/+62