Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -1/+1 |
| | |||||
* | unittest: use defines instead of env vars (#16165) | Timothee Cour | 2020-12-10 | 1 | -0/+1 |
| | | | | | | | | | * unittest: use defines instead of env vars * use defines in testament * fixup Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵ | Timothee Cour | 2020-11-28 | 1 | -37/+37 |
| | | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before | ||||
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 1 | -2/+2 |
| | | | | | | | * update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff | ||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | make tests more robust; tests should be deterministic, no randomize() calls ↵ | Araq | 2019-01-13 | 1 | -1/+0 |
| | | | | in tests | ||||
* | closes #5252 | Araq | 2018-09-03 | 1 | -0/+19 |
| | |||||
* | Add unittest suite/test name filters | Federico Ceratto | 2017-11-28 | 1 | -0/+38 |
| | | | | Support simple globbing | ||||
* | Improved unittest check macro, fixes #5784 (#6446) | GULPF | 2017-09-30 | 1 | -6/+21 |
| | |||||
* | Reduce the scope of stackTrace var (#5583) | Ruslan Mustakov | 2017-03-22 | 1 | -0/+7 |
| | | | Fixes #5571. | ||||
* | Make use of `used` in unittest (#5410) | Fabian Keller | 2017-02-25 | 1 | -3/+12 |
| | |||||
* | fixes #4494 | Andreas Rumpf | 2016-07-22 | 1 | -0/+6 |
| | |||||
* | moved random procs from math to its own module (breaking change) | Andreas Rumpf | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | fixing unittest | Peter Mora | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | make testSetupIMPL and testTeardownIMPL non-public | fenekku | 2015-08-12 | 1 | -0/+45 |
| | |||||
* | Fix multiple requires in a test | Nycto | 2015-08-01 | 1 | -0/+5 |
| | |||||
* | document unittest.nim + code agreement | fenekku | 2015-07-09 | 1 | -0/+14 |
| | |||||
* | Fix #964, fix #1384 | Flaviu Tamas | 2015-05-26 | 1 | -0/+16 |
| | | | | | Doesn't actually fix those bugs, but they can no longer be reproduced. Test cases have been added. | ||||
* | Don't inspect typedescs | Flaviu Tamas | 2015-05-26 | 1 | -0/+5 |