slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
458 stars 58 forks source link

New core api macro: focus-it #171

Closed mdwhatcott closed 2 years ago

mdwhatcott commented 2 years ago

Meant to facilitate temporary debugging, characteristics defined with the focus-it macro will be executed along with any other characteristics thus defined, but all other characteristics defined with it will be ignored.