You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With clojure.test, you can run a test (with attached fixtures) by calling the older clojure.test/test-vars or the newer clojure.test/run-test-var. This is especially helpful when I'm iterating on a feature and have both implementation and test in windows and use my vim keybinds to switch between them, with the test results showing in a little pop up window (through Conjure).
With speclj, there doesn't seem to be a way to run a specific test or sequence of tests in such a way, unless I missed it somehow. Is this possible? Can I pass specific test vars or symbols to a function to run them?
Thanks so much.
The text was updated successfully, but these errors were encountered:
With clojure.test, you can run a test (with attached fixtures) by calling the older clojure.test/test-vars or the newer clojure.test/run-test-var. This is especially helpful when I'm iterating on a feature and have both implementation and test in windows and use my vim keybinds to switch between them, with the test results showing in a little pop up window (through Conjure).
With speclj, there doesn't seem to be a way to run a specific test or sequence of tests in such a way, unless I missed it somehow. Is this possible? Can I pass specific test vars or symbols to a function to run them?
Thanks so much.
The text was updated successfully, but these errors were encountered: