We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Print a summary of the test execution.
Allow tests without output. This tests should not be reported as failing (unless it crashes or is time limit).
Allow configuring tests:
New configuration proposal.
Short circuit run mode: Run test cases until the last test case that failed.
It would be very cool to add the interface from https://github.com/agrawal-d/competitive-programming-helper
This will allow to show all testcase in a better way and interact better with testcase.
It also needs:
When run:
List with all tests and metadata:
The text was updated successfully, but these errors were encountered:
Add better layout distribution for debugging.
e8cd409
This is temporary before #40
d4ce089
Companion config (#96)
8d57da4
* Fix #65 Save all config from companion. Unblock #89 * Add better layout distribution for debugging. This is temporary before #40
No branches or pull requests
Print a summary of the test execution.
Allow tests without output. This tests should not be reported as failing (unless it crashes or is time limit).
Allow configuring tests:
New configuration proposal.
Short circuit run mode: Run test cases until the last test case that failed.
It would be very cool to add the interface from https://github.com/agrawal-d/competitive-programming-helper
This will allow to show all testcase in a better way and interact better with testcase.
It also needs:
When run:
List with all tests and metadata:
The text was updated successfully, but these errors were encountered: