See output of testcases for a submission in AWS
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 412
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 3
Description
Is there a way to see what the stdout output of each testcase was for a submission? Right now, it only shows memory, execution time, and a few other details. However, it does not say what the output was. There is a Standard Output section, but it is always blank.
Knowing the output of the submission is helpful for debugging (suppose one of the test cases is wrong).
Thanks,
-Amar
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how submission results are produced and how the existing Standard Output section is populated. Check where per-testcase result data is stored and rendered, then add coverage for the output field. Done means users can see each testcase's stdout when it is available, while existing memory and execution-time details still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100