Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -16/+16 |
| | |||||
* | improve tests for collections (#16328) | Timothee Cour | 2020-12-12 | 1 | -0/+18 |
| | | | | | | | * improve tests for collections * remove remaining code blocks in deques.nim * improve runnableExamples | ||||
* | fix #14339, #13511, #14420: fixes limited VM support for addr (#16002) | Timothee Cour | 2020-11-25 | 1 | -42/+50 |
| | | | | | | | | | | | * fix #14339: fixes limited VM support for addr * strengthen test * reference bug #16003 * also fixes #13511 * also fixes #14420 | ||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -0/+61 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | merge stdlib tests (#9439) | Miran | 2018-10-19 | 1 | -28/+0 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+28 |