-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
No ouput from tests is shown #2374
Comments
Might be related to the fix for #2357 I won't have time to investigate this soon, but I'm reasonably sure that whatever the problem is it's something really easy to fix. |
Yes, in function cider-test-execute, construction of the request does not work because the request variable is getting overwritten in the let* form. Should be something like:
|
Yeah, I realized this as well, just didn't have time to update it. Likely I'll just reduce this to a sequence of |
Expected behavior
Running a test via cider displays outcome in the minibuffer. In case of failure test report buffer is opened with more detailed information about failures.
Actual behavior
Namespace is evaluated but no results are shown. Test report buffer is not present.
*Messages*
buffer contains:Steps to reproduce the problem
lein new cider-test
.cider-jack-in
from one of the project classes.Environment & Version information
CIDER version information
Emacs version
GNU Emacs 25.3.2
Operating system
Mint 18
The text was updated successfully, but these errors were encountered: