I am trying to make tests pending in clojure sepclj.
The doc suggest to add pending
to the characteristics. How is it supposed to be added ?
The following approaches do not produce the expected behavior:
(it :pending "should ...")
(it "should ..." :pending)
(pending (it "should ..."))
Thanks
Aucun commentaire:
Enregistrer un commentaire