summary refs log tree commit diff stats
path: root/tests/testament/tester.nim
Commit message (Expand)AuthorAgeFilesLines
* Clarify usage of "Test" argument in Koch (#8613)Naveen Arunachalam2018-08-121-1/+1
* Testament should run tests with no action (#8232)genotrance2018-07-081-0/+2
* testament: minor code formating changeAndreas Rumpf2018-06-171-1/+1
* Support multi byte characters in module names (#7916)Oscar NihlgÄrd2018-05-311-1/+1
* make the tester compile without warningsAndreas Rumpf2018-05-061-4/+4
* Fixes #802, #803 and #3775 - genscript issues (#7677)genotrance2018-04-251-5/+20
* unittest: default no color if stdout is not a tty (#7424)Xiao-Yong2018-04-121-1/+1
* fixes #7236Andreas Rumpf2018-02-261-2/+3
* Include target in tester nimcache hash (#7053)Mathias Stearn2018-01-141-5/+6
* Remove obsolete method analyzeAndConsolidateOutput (#6998)Sergey Avseyev2018-01-011-16/+1
* Prep for tester parallel: private nimcache for each test (#6937)Mathias Stearn2017-12-181-11/+16
* Added test duration output (#6619)Dmitry Atamanov2017-12-151-1/+2
* pass nim path to subprocess testament (#6779)Jacek Sieka2017-11-191-1/+4
* use targets from test spec when running testament tests (#6687)Jacek Sieka2017-11-151-100/+102
* fixes a tester regressionAndreas Rumpf2017-11-061-3/+2
* pass on testament args to sub-process (#6688)Jacek Sieka2017-11-061-2/+9
* attempt to fix the tester; tests should be red nowAraq2017-10-311-8/+5
* made 'testament all' run in parallelAraq2017-10-251-3/+7
* testament: no sqlite or re dependencies anymoreAraq2017-10-251-11/+11
* Implement .nimble-link files in the compiler and add tests for them.Dominik Picheta2017-09-021-1/+0
* Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-021-2/+10
* tester: better error message comparisonsAndreas Rumpf2017-08-311-1/+1
* tester: make 'nimout' matching more robust against whitespace issuesAndreas Rumpf2017-08-311-1/+5
* review and merge zahary's work (#5849)zah2017-06-031-9/+19
* compiler option for testament (#5713)Jacek Sieka2017-05-151-2/+4
* further improvements to the error messages produced by conceptsZahary Karadjov2017-03-241-3/+3
* proper error reporting for concepts and the introduction of the {.explain.} p...Zahary Karadjov2017-03-241-0/+4
* testament: be verbose when --pedantic failsAndreas Rumpf2017-02-031-1/+3
* make tests on Windows green under --pedanticAraq2017-02-021-10/+9
* Run Option: use now processSingleTestWh1teDuke2016-09-191-1/+1
* Treat all failure codes from nodejs as 1Yuriy Glukhov2016-08-271-0/+5
* sets don't support empty arrays :)cheatfate2016-07-301-1/+1
* Enable coroutines again.cheatfate2016-07-301-1/+1
* commentscheatfate2016-07-301-1/+1
* testament update to have list of disabled modules.cheatfate2016-07-301-1/+5
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-091-0/+1
* Merge pull request #4049 from arnetheduck/tester-targetsAndreas Rumpf2016-04-071-0/+10
|\
| * untaint command line option for parsingJacek Sieka2016-04-061-1/+1
| * tester: allow filtering tests by targetJacek Sieka2016-04-051-0/+10
* | Prevent tester from checking for output diffs for actionRunNoSpec.Dominik Picheta2016-04-051-1/+1
|/
* compiler/msgs: Default to stderr for diagnosticsAdam Strzelecki2015-10-161-1/+2
* Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-131-5/+5
|\
| * udpated the compiler and tester to use getOrDefaultAraq2015-10-131-5/+5
* | skip sdl/opengl/fsmonitor tests when unavailableAman Gupta2015-10-081-0/+6
* | show failure codeAman Gupta2015-10-081-1/+1
* | standardize on forward slashes for pathsAman Gupta2015-10-071-1/+1
* | framework is requiredAman Gupta2015-10-071-1/+1
* | fix compile errorAman Gupta2015-10-071-1/+1
* | collect any output of appveyor commandAman Gupta2015-10-071-1/+3
* | report duration to appveyor runnerAman Gupta2015-10-071-3/+5