Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | addQuitProc => addExitProc (#16765) | Timothee Cour | 2021-01-22 | 1 | -1/+3 |
| | |||||
* | fix #14475; unittest.require now works with `nim c`; require and check now ↵ | Timothee Cour | 2020-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | works with -d:nodejs (#14676) * fix #14475; make unittest work with -d:nodejs * fixup * fixup * disable inim, delaunay which failed after unittest.require got fixed * re-enable tests that have been fixed | ||||
* | testament: joinable is now an explicit concept of a test spec | Andreas Rumpf | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 1 | -0/+6 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -6/+6 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+6 |