Skip to content

what is the best way to run multiple test files? #226

Answered by borkdude
omariosouto asked this question in Q&A
Discussion options

You must be logged in to vote

That looks about right, although I have doubts about:

(mapv t/run-tests test-files)

I think this should read as:

(apply t/run-tests test-files)

There is currently no built-in test runner which auto-discovers files.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@omariosouto
Comment options

Answer selected by omariosouto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants