Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #6736: templates in unittest now show actual value (#13354) | Miran | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | unittest add resetOutputFormatters proc (#13267) | cooldome | 2020-01-28 | 1 | -0/+5 |
| | | | | | | | | * add resetOutputFormatters * remove space * resolve comments | ||||
* | Namespace unittest enums to avoid name conflicts (#12468) [backport] | ducdetronquito | 2019-10-20 | 1 | -14/+14 |
| | | | | * [backport] Fixes: #12465 - Unittest - Namespace the usage of TestStatus enum to avoid name conflicts. | ||||
* | [backport] run nimpretty on the remaining files | narimiran | 2019-09-30 | 1 | -26/+37 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -1/+6 |
| | |||||
* | Add delOutputFormatter proc to unittest.nim (#12032) | Chris Heller | 2019-09-03 | 1 | -1/+5 |
| | |||||
* | Fix typo (#11910) | Dmitry Matveyev | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | [bugfix] Make std/unittest compile with --styleCheck:error (#11762) | Kaushal Modi | 2019-07-17 | 1 | -8/+8 |
| | |||||
* | undeprecate system.programResult until we have a good solution at hand | Araq | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145) | Andreas Rumpf | 2019-05-02 | 1 | -3/+3 |
| | | | | | | | | * introduce temporary <//> for 'owned' to get this compile with 0.19 * make newTable[string, owned Node]() compile (but it crashes) * make sink/owned parameters consistent * make actiontable test compile again * VM: support sytem.move; makes tests green | ||||
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 1 | -2/+2 |
| | |||||
* | fix #10261 unittest now returns 1 on error instead of buggy behavior (#10264) | Timothee Cour | 2019-01-11 | 1 | -2/+2 |
| | |||||
* | Give error when case has an else branch even though all cases are already ↵ | Neelesh Chandola | 2018-12-13 | 1 | -1/+0 |
| | | | | | | | | | covered (#9930) * Give error when case has an else branch even though all cases are already covered. * Don't check for invalid else for type tyFloat..tyFloat128, tyString, tyError * Remove unnecessary else in unittest.nim * Fix sockets.nim | ||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -2/+0 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -8/+5 |
| | |||||
* | remove redundant test for nil before `add` (#8460) | Timothee Cour | 2018-08-06 | 1 | -2/+0 |
| | |||||
* | Added: type name output when exception raised from unittest (#7869) | 七秒不觉梦 | 2018-05-28 | 1 | -3/+7 |
| | |||||
* | unittest: default no color if stdout is not a tty (#7424) | Xiao-Yong | 2018-04-12 | 1 | -4/+19 |
| | | | | | | | We accept a new environment variable, NIMTEST_COLOR, which override the effect of NIMTEST_NO_COLOR. The environment variable, NIMTEST_COLOR, can be 'never' or 'always', which set the color output to false or true, respectively. | ||||
* | Disable param filtering | Alexander Ivanov | 2018-03-27 | 1 | -1/+6 |
| | |||||
* | Add unittest suite/test name filters | Federico Ceratto | 2017-11-28 | 1 | -11/+80 |
| | | | | Support simple globbing | ||||
* | No implicit quit for Genode (#6515) | Emery Hemingway | 2017-10-25 | 1 | -1/+1 |
| | |||||
* | Improved unittest check macro, fixes #5784 (#6446) | GULPF | 2017-09-30 | 1 | -41/+42 |
| | |||||
* | Implement ability to run a single test using unittest module. | Dominik Picheta | 2017-08-12 | 1 | -17/+38 |
| | |||||
* | Reduce the scope of stackTrace var (#5583) | Ruslan Mustakov | 2017-03-22 | 1 | -2/+1 |
| | | | Fixes #5571. | ||||
* | resolved unittest conflict | Araq | 2017-03-18 | 1 | -72/+265 |
|\ | |||||
| * | Add support for custom test report formatters (#5556) | Ruslan Mustakov | 2017-03-18 | 1 | -75/+268 |
| | | | | | | | | | | Implement ConsoleOutputFormatter that is backward compatible with the previous implementation. Implement JUnitOutputFormatter which can be added externally. | ||||
* | | overloading resolution for getAst; breaking change | Araq | 2017-03-18 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-03-03 | 1 | -0/+2 |
|\ | |||||
| * | Add comment on return value | Federico Ceratto | 2017-02-26 | 1 | -0/+2 |
| | | |||||
* | | nimsuggest supports prefix matching (first version) | Araq | 2017-02-28 | 1 | -2/+1 |
|/ | |||||
* | Make use of `used` in unittest (#5410) | Fabian Keller | 2017-02-25 | 1 | -6/+6 |
| | |||||
* | Remove unnecessary colon in unittest.nim code example | Ivan Koster | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Use default colors for test and suite names | Dmitry Polienko | 2016-11-15 | 1 | -2/+2 |
| | |||||
* | Improve unittest docs | Federico Ceratto | 2016-10-23 | 1 | -3/+21 |
| | |||||
* | unittest: Output suite name, nice formatting | Felix Krause | 2016-08-23 | 1 | -8/+22 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -9/+9 |
| | |||||
* | fixes #4494 | Andreas Rumpf | 2016-07-22 | 1 | -25/+28 |
| | |||||
* | Implemented SKIPPED test status | Rostyslav Dzinko | 2016-06-03 | 1 | -2/+25 |
| | |||||
* | moved random procs from math to its own module (breaking change) | Andreas Rumpf | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Windows: fixes a regression; codegen might not know about & at this point | Araq | 2016-03-29 | 1 | -0/+0 |
| | |||||
* | Moved teardown call to try block for namespace access reasons | Rostyslav Dzinko | 2015-09-17 | 1 | -1/+2 |
| | |||||
* | make testSetupIMPL and testTeardownIMPL non-public | fenekku | 2015-08-12 | 1 | -5/+4 |
| | |||||
* | failed unittest check causes identifiers and calls to be printed out | fenekku | 2015-08-12 | 1 | -10/+17 |
| | |||||
* | Fix multiple requires in a test | Nycto | 2015-08-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3094 from fenekku/unittest-work | Dominik Picheta | 2015-07-26 | 1 | -13/+131 |
|\ | | | | | document unittest.nim + code agreement | ||||
| * | document unittest.nim + code agreement | fenekku | 2015-07-09 | 1 | -13/+131 |
| | | |||||
* | | Remove access modifiers from inner templates | Sergey Avseyev | 2015-07-23 | 1 | -2/+2 |
|/ | | | | Fixes options.nim tests | ||||
* | Fixed unittest output. | yglukhov | 2015-06-11 | 1 | -1/+0 |
| |