Skip to content

feat: add stdout for sample tests#46

Merged
weebao merged 4 commits intomainfrom
add-logs
Feb 19, 2025
Merged

feat: add stdout for sample tests#46
weebao merged 4 commits intomainfrom
add-logs

Conversation

@weebao
Copy link
Copy Markdown
Member

@weebao weebao commented Feb 19, 2025

Fixes #42
Closes #22 (Fixed on frontend)

Code with stdout commands like print or cout will have sample test output following this format

{
   "passed": false,
   "output": "\"\"",
   "expected": "'100'",
+  "logs": "oshi no ko is peak",
   "input": "--arg1=\"11\" --arg2=\"1\""
}

@weebao weebao merged commit 2d5b59a into main Feb 19, 2025
@weebao weebao deleted the add-logs branch February 25, 2025 18:37
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

Successfully merging this pull request may close these issues.

Add logs for the first few tests Better format for code error logs

1 participant