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
Per discussion on Slack about using clojure.tools.build to run tests that need a particular classpath, including the test runner itself, Alex said "you can use a combo of create-basis, java-command, and process to execute it".
It would be great if the tools.build guide had an example of doing this with Cognitect's test-runner to provide a canonical example of how to do this in a build script (where the build script is invoked as the only dependency via -T).
The text was updated successfully, but these errors were encountered:
Per discussion on Slack about using
clojure.tools.build
to run tests that need a particular classpath, including the test runner itself, Alex said "you can use a combo of create-basis, java-command, and process to execute it".It would be great if the
tools.build
guide had an example of doing this with Cognitect'stest-runner
to provide a canonical example of how to do this in a build script (where the build script is invoked as the only dependency via-T
).The text was updated successfully, but these errors were encountered: