summary refs log tree commit diff stats
path: root/testament/lib/stdtest/testutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-161-0/+4
|
* iterable[T] (#17196)Timothee Cour2021-04-111-0/+6
| | | | | | | | * fix failing test toSeq in manual which now works * changelog * reject proc fn(a: iterable) * add iterable to spec * remove MCS/UFCS limitation that now works
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-10/+23
| | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* fix #17159 items(cstring) works in VM (#17160)Timothee Cour2021-02-241-0/+24
| | | | | | | | | * fix #17159 items(cstring) works in VM * improve test coverage tests/stdlib/tcstring.nim; add helpers: whenRuntimeJs, whenVMorJs * document items(cstring) * address comments
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-021-0/+8
|
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-011-0/+11
|
* fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding ↵Timothee Cour2020-05-131-0/+25
service ports everywhere + flakyAssert (#14327) * hotfix #14320 tasyncawait.nim is recently very flaky * fix #14327 * add flakyAssert