Skip to content
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

Run all test cases even though some fail. #106

Closed
Dogacel opened this issue Aug 16, 2020 · 2 comments
Closed

Run all test cases even though some fail. #106

Dogacel opened this issue Aug 16, 2020 · 2 comments

Comments

@Dogacel
Copy link

Dogacel commented Aug 16, 2020

In some contests, many easy problems have multiple solutions. I am not a fan of writing a custom checker for such easy problems because I am losing points from time. I think there should be a "forced run" option to run all test cases even though some fail and show you the output. Otherwise I am manually running the test cases from the command line which is a bit time consuming and extension could have been better anyways.

@mfornet
Copy link
Owner

mfornet commented Aug 17, 2020

@Dogacel I agree with you. I plan to move to an UI similar to competitive-programming-helper which will be better in this sense, but definitely it will take more time, and hopefully contributions from community.

Currently I also have this issue, writing checker definitely is a bad idea mid contest. My approach is:

Run the program, on the first WA, eye-ball and check output is correct, copy-past content from .out to .ans, and run again :)
Hope this helps as a hack today.

@mfornet
Copy link
Owner

mfornet commented Aug 17, 2020

I'm tracking this in #40

@mfornet mfornet closed this as completed Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants