-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This refactor makes it easier to use the Test Explorer. Here we complete the separation between generating messages about why tests failed from how we render them to the output window and diagnostic system. This allows for easier testing. Changes: - extract whitespace cleaning function into cider namespace - add tests for failure messages - extract failure message generation into cider namespace - extract diagnostic message generation into cider namespace
- Loading branch information
1 parent
ba64d07
commit 40b7b1a
Showing
3 changed files
with
109 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters