Sorry for that. I finally realized that PR should be discussed in the forum before jumping into codes.
The original PR is here: Use Verbose Unit Testing for Comprehensive Testing Summary
Description:
This pull request proposes enhancing the unit testing verbosity to provide a more comprehensive testing summary, which is particularly beneficial for CLI users. Here, I modified a single file to demo the result.
Changes Made:
- Modified
exercises/practice/pangram/runtests.jl
to implement verbose unit testing. - Nesting was introduced in unit tests to enhance readability and organization.
- Improved output format for better comprehension of test results.
Screenshots:
Before (Previous Testing Output):
After (Enhanced Verbose Testing Output):
Proposed Benefit:
It enhanced the readability and comprehensibility of testing output, especially for CLI users.
Future Scope:
If this proposal is accepted, I plan to modify the other practices’ unit testing further.