Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stdlib tests now check refc too (#21664) | ringabout | 2023-04-21 | 1 | -0/+1 |
| | | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch | ||||
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last | ||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -5/+5 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -0/+12 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | add a StringTable.clear that requires no mode specification (#12853) | Andy Davidoff | 2019-12-09 | 1 | -0/+3 |
| | | | | | | * add clear overload, test, changelog * add since annotation | ||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 1 | -1/+90 |
| | |||||
* | 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:]]+$//' {} + | ||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 1 | -4/+4 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+12 |