summary refs log tree commit diff stats
path: root/testament/tester.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes excessive newlines in testament's output (#11351)Andreas Rumpf2019-05-291-12/+18
* Testament print failed command (#11219)Arne Döring2019-05-101-4/+12
* testament: apply skip to hard-coded categories (#11168)Jacek Sieka2019-05-081-10/+47
* Append all output on failed test. (#11156)Arne Döring2019-05-021-25/+18
* Initialized collections (#11094)Miran2019-04-291-0/+2
* tester: add test skipping capability (#11080)Jacek Sieka2019-04-231-3/+10
* remove the restriction that module names need to be unique per Nimble… (#11...Andreas Rumpf2019-04-201-1/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-26/+33
* koch and testament improvement; make testing command easier to get rightAndreas Rumpf2019-02-131-1/+5
* refs #10249 #10266; each command logged only if --verboseCommands:true (#10303)Timothee Cour2019-01-151-3/+8
* refs #10249 ; more debug info to diagnose failures (#10266)Timothee Cour2019-01-111-6/+10
* testament megatest: we can now tell which test failed; helps debugging and pr...Timothee Cour2019-01-051-3/+6
* lots of testament bug fixes and improvements: (#10044)Timothee Cour2018-12-201-7/+50
* Testament fixes (#10034)alaviss2018-12-181-2/+6
* testament: individual tests with more than a subdir in their pathȘtefan Talpalaru2018-12-131-4/+6
* fixes testament regression due to changed '/' operatorAraq2018-12-131-2/+1
* attempt to make travis greenAraq2018-12-111-1/+1
* don't run megatest in parallel for better error messagesAraq2018-12-111-0/+2
* make more tests greenAraq2018-12-111-18/+2
* testament megatest: furher refactorings making more tests greenAraq2018-12-111-7/+10
* testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-6/+8
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-16/+9
* lots of small changesArne Döring2018-12-111-0/+3
* megatest integrated in default test allArne Döring2018-12-111-2/+4
* megatest checks output and nimoutArne Döring2018-12-111-8/+8
* megatest can be executedArne Döring2018-12-111-1/+4
* allow to disable backend loggingArne Döring2018-12-111-8/+19
* test can fail because of invalid specArne Döring2018-12-111-1/+6
* fix htmlgen, that I brokeArne Döring2018-12-111-0/+1
* kill testnospecArne Döring2018-12-111-8/+0
* fix js categoryArne Döring2018-12-111-3/+3
* one error lessArne Döring2018-12-111-13/+2
* WIP, most tests are now skippedArne Döring2018-12-111-20/+18
* minor changesArne Döring2018-12-111-9/+6
* WIPArne Döring2018-12-111-24/+26
* Tester tests (#9787)Arne Döring2018-11-271-20/+64
* testament: remove debugging echoAraq2018-11-231-1/+0
* Windows: disabled testsAraq2018-11-231-1/+1
* print more to see the test in the log that was never finished.Arne Döring2018-11-231-1/+2
* maybe this time?Arne Döring2018-11-231-4/+12
* activated more tests, allow input in test specArne Döring2018-11-231-1/+28
* updated tests to be executedArne Döring2018-11-231-1/+1
* make run the default action of a test in testerArne Döring2018-11-231-1/+1
* Moves fsmonitor into graveyard. Fixes #6718. (#9529)Dominik Picheta2018-10-281-1/+1
* make testament compile again with --taintMode:onAraq2018-10-181-1/+1
* testament: use NIM_COMPILE_TO_CPP environment variableAraq2018-10-181-2/+4
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-1/+1
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-0/+522