summary refs log tree commit diff stats
path: root/tests/stdlib/toptions.nim
Commit message (Collapse)AuthorAgeFilesLines
* `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)Timothee Cour2021-02-241-5/+5
| | | | | | | * std/options: $some(3) is now "some(3)", not "Some(3)", `$none(int)` is now `"none(int)"` instead of `"None[int]"` * fix tests * disable optionsutils
* refactor the tests of options (#16527)flywind2021-01-011-143/+182
|
* move tests to testament (#16101)flywind2020-11-241-1/+143
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* fix #15815 (#15817)flywind2020-11-021-0/+16