-
-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
Add two new commands: run loaded tests, run project tests. Update test report to display results across multiple namespaces. Closes #1226, closes #707 Requires clojure-emacs/cider-nrepl@e826247
- Loading branch information
There are no files selected for viewing
9 comments
on commit 51bf460
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jeff, I'd also suggest to extend the documentation on the subject in the README (which is eventually going to become our website/user manual).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just pushed e866869, documenting the additional functions in the README. I think this is pretty intuitive, but if you think it needs more, let me know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, you're right. I noticed this also, but found it easier on the eyes so I left it, at least for the moment. I'll see about restoring the highlighting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could give the Fail word a red foreground instead of background (should be easier to do). The color makes the word standout in that wall of text, and that's pretty helpful to easily distinguish failures from errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My thinking exactly. The background there is a bit much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in 463c3dc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍☺
I think it's time for us to have a separate
cider-test
keymap. This would both free up some keybinding and simplify the lives of the users in terms of test discovery.