summary refs log tree commit diff stats
path: root/testament/tests/shouldfail/tline.nim
Commit message (Collapse)AuthorAgeFilesLines
* testament :show duration also for failed tests; improve `tshould_not_work`; ↵Timothee Cour2021-05-081-1/+0
| | | | | | | | | | | mitigate #17946 tchannels timeouts (#17947) * refs #17946; refactor testament test summary, show test duration for failures; increase timeout tchannels * revert workarounds from https://github.com/nim-lang/Nim/pull/16698 and add allowPrefixMatch optional param to greedyOrderedSubsetLines * add test * workaround for yet another testament bug
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-3/+4
| | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* tshouldfail is stricterArne Döring2018-12-111-1/+1
|
* Tester tests (#9787)Arne Döring2018-11-271-0/+8
* remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated