summary refs log tree commit diff stats
path: root/examples/tunit.nim
Commit message (Collapse)AuthorAgeFilesLines
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-3/+3
| | | | | | | | | | | | | | * 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.
* updated tests to be executedArne Döring2018-11-231-1/+1
|
* make tests green againAndreas Rumpf2018-08-101-1/+1
|
* make tests green againAndreas Rumpf2018-07-051-3/+3
|
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-47/+47
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* when running unit tests, the tester will print only failures using colorless ↵Zahary Karadjov2011-11-101-0/+47
output (this should be better for nimbuild)