Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running a single test from the repl #179

Open
NoahTheDuke opened this issue May 21, 2024 · 0 comments
Open

Running a single test from the repl #179

NoahTheDuke opened this issue May 21, 2024 · 0 comments

Comments

@NoahTheDuke
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant