summary refs log tree commit diff stats
path: root/nimpretty/tester.nim
Commit message (Collapse)AuthorAgeFilesLines
* gitutils: add diffStrings, diffFiles, and use it in testament to compare ↵Timothee Cour2021-04-301-2/+3
| | | | | | | | | | | | | expected vs gotten (#17892) * gitutils: add diffStrings, diffFiles, and use it in testament to compare expected vs gotten * refactor with createTempDir * cleanup * refacotr * PRTEMP fake test spec changes to show effect of diffStrings * add runnableExamples for experimental/diff + cross-reference with gitutils * Revert "PRTEMP fake test spec changes to show effect of diffStrings" This reverts commit 57dc8d642dce6c1127c98b7cbc9edbfe747d4047.
* improve nimsuggest/tester, minor improvements to koch.nim (#17879)Timothee Cour2021-04-291-1/+1
| | | | | * improve nimsuggest/tester * koch improvements
* nimpretty: do not produce 'line too long' messages (#15541)Andreas Rumpf2020-10-101-3/+0
|
* nimpretty support for multiple files (#14890)Alexander Wolfe2020-07-121-2/+26
|
* nimpretty tester: strengthen the comparison, do not use stripAndreas Rumpf2018-10-261-1/+1
|
* nimpretty: fixes #9506Andreas Rumpf2018-10-261-1/+3
|
* nimpretty: test for idempotence; fixes #9483Araq2018-10-241-6/+10
|
* nimpretty: fixes #9384Araq2018-10-171-1/+1
|
* nimpretty: fixes #8626Andreas Rumpf2018-10-161-1/+8
|
* nimpretty: bugfixes; refs #8078Araq2018-06-201-1/+1
|
* nimpretty: proper command line handling; added tests; travis ensures these ↵Andreas Rumpf2018-06-191-0/+29
stay green