* Add some additional libraries to test
Also improved docs around add-libtest
Close #1137
Close #1128
* Add method needed for supporting pyramid
Pyramid tests passed locally but that was on jvm
* Remove pyramid tests and do in subsequent PR
* Revert "Add method needed for supporting pyramid"
This reverts commit 4d84a2a2ac.
* Skip exoscale tests for windows since most aren't windows compatible
7 lines
215 B
Clojure
7 lines
215 B
Clojure
(ns com.wsscode.misc.uuid-test
|
|
(:require
|
|
[clojure.test :refer [deftest is are run-tests testing]]
|
|
[com.wsscode.misc.uuid :as uuid]))
|
|
|
|
(deftest cljc-random-uuid-test
|
|
(is (uuid? (uuid/cljc-random-uuid))))
|