summary refs log tree commit diff stats
path: root/tests/sets
Commit message (Collapse)AuthorAgeFilesLines
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-165-205/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fixes #8425Araq2018-08-041-1/+9
|
* add sets.pop procedure (analogue to python) (#8383)skilchen2018-07-211-0/+22
|
* Check the RHS when building a set (#8159)LemonBoy2018-06-301-0/+6
| | | Fixes #2669
* Fix compile time set cardinality (#7558)Oscar Nihlgård2018-04-101-0/+4
|
* Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-151-1/+11
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-209/+209
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in testspatrick dw2015-06-191-1/+1
|
* fixes #2470, fixes #1354Araq2015-04-281-15/+155
|
* Add TSet difference testsdef2014-07-151-1/+20
|
* Fixed TSet proc names to conform with setFelix Krause2014-06-261-11/+11
|
* Added logical set operations to TSetFelix Krause2014-06-251-0/+81
|
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-161-1/+0
|
* Changed tests and tools to use 'discard' statements instead of 'nil' for ↵Clay Sweetser2014-02-151-9/+9
| | | | empty blocks.
* added tests for setSimon Hafner2014-02-101-0/+12
|
* moved the tests for TSet to the correct placeSimon Hafner2014-02-091-15/+0
|
* added test specs for the testerSimon Hafner2014-02-011-0/+3
|
* corrected docs and testsSimon Hafner2014-02-011-13/+9
|
* sets equivalenceSimon Hafner2014-01-311-0/+16
|
* new tester; all tests categorizedAraq2014-01-132-0/+126