iota
iota copied to clipboard
Infix operators for test assertions
Would be of interest to have something like `:=~` for comparing vectors where the order doesn't matter? So `[:a :b :c] :=~ [:b :a :c]`?
I accidentally didn't complete my last row of expressions, but Iota didn't warn about this because it's using `partition` and they were dropped. What do you think about throwing an...
Currently the error messages returned by iota have gensyms and other internals which makes it harder to see the real test failure. For example: clojure.test ``` expected: ["45"] actual: #{"15"...
Could have spec integration like the schema one
Currently, (given {:a 123} := {:a 123 :b 456}) ;; => nil It could return false. Note: maybe it could be a separate macro - this would make an eventual...