vseloved / rutils

Radical Utilities for Common Lisp
Other
250 stars 37 forks source link

Add tests for `iter` #75

Open jcguu95 opened 5 months ago

jcguu95 commented 5 months ago

iter is very nice, but currently it has no tests. This pull request pulls various tests from the traditional iter.

Method of testing:

(ql:quickload :rutils-test)
(should-test:test :package (find-package :rutils.test))