We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to be able to run tests in the repl with the basilisp.test namespace.
basilisp.test
The proposed changes:
run-tests
run-all-tests
clojure.test
These would be nice to have but not necessary:
cider-test
The text was updated successfully, but these errors were encountered:
test runner for basilisp.test basilisp-lang#980
718d582
106e5de
Add fixture functions to basilisp.test basilisp-lang#980
cb225a4
2e9930d
63d6817
Add fixture functions to basilisp.test #980 (#1067)
1fe7330
I've separated out the test fixture functions from #1044 for #980
No branches or pull requests
It would be nice to be able to run tests in the repl with the
basilisp.test
namespace.The proposed changes:
run-tests
, andrun-all-tests
, etc as inclojure.test
tobasilisp.test
.basilisp.test
for applying test fixtures. This is useful for building tests in the repl.These would be nice to have but not necessary:
cider-test
/ nrepl integrationThe text was updated successfully, but these errors were encountered: