-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
Feature Request
Currently CPJudge prints test results in plain text. It would be helpful to add colored output for better readability.
Proposed Behavior
- PASSED tests should appear in green
- FAILED tests should appear in red
Example:
Test 1 PASSED
Test 2 FAILED
Possible Implementation
Use ANSI escape codes for terminal colors in C++.
Example:
- Green → \033[32m
- Red → \033[31m
- Reset → \033[0m
Benefit
This will make test results easier to read and improve the CLI user experience.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested