summary refs log tree commit diff stats
path: root/tests/stdlib/tstdlib_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-9/+9
| | | | | | | * 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 Sieka2020-04-281-2/+2
| | | | | | | | | | | | | | * 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.
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-2/+23
| | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134
* megatest can be executedArne Döring2018-12-111-1/+1
|
* More descriptive names of test files (#9531)Miran2018-10-291-0/+247
* change generic `tissues` name to more specific * change `tvarious` to more specific names