summary refs log tree commit diff stats
path: root/tests/testament/tshouldfail.nim
Commit message (Collapse)AuthorAgeFilesLines
* make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-301-1/+1
| | | | | | * make testament a tool we ship with Nim; fixes #12084 * moved config to fit * adapt testament tests to use the testament binary
* lots of testament bug fixes and improvements: (#10044)Timothee Cour2018-12-201-11/+11
|
* tshouldfail is stricterArne Döring2018-12-111-0/+14
|
* allow to disable backend loggingArne Döring2018-12-111-1/+1
|
* Tester tests (#9787)Arne Döring2018-11-271-0/+17
* remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated