summary refs log tree commit diff stats
path: root/tests/seq
Commit message (Collapse)AuthorAgeFilesLines
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-0/+1
|
* Empty check in shallow [backport] (#9676)ishowta2018-11-211-0/+24
|
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-168-198/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix
* make t7346 work againAndreas Rumpf2018-09-241-10/+0
|
* Test cases for #6969 #7346 #7581Ganesh Viswanathan2018-09-121-0/+10
|
* fixes #4973Andreas Rumpf2017-02-011-2/+11
|
* add test for shallow seq copyJacek Sieka2016-03-231-0/+17
| | | | currently looks like it's not covered
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-50/+50
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixed tests/seq/tsequtils.nimDo Nhat Minh2015-01-071-1/+1
|
* Rename sequtils.distnct to sequtils.deduplicate.Reimer Behrends2014-06-281-2/+2
|
* new tester; all tests categorizedAraq2014-01-136-0/+172