summary refs log tree commit diff stats
path: root/tests/stdlib/tdeques.nim
Commit message (Collapse)AuthorAgeFilesLines
* use doAssert in tests (#16486)flywind2020-12-281-25/+25
|
* improve tests for collections (#16328)Timothee Cour2020-12-121-0/+139
* improve tests for collections * remove remaining code blocks in deques.nim * improve runnableExamples