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

Support for tags and overall comments in test group results #582

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rickychen174
Copy link
Contributor

Changes:

Testing Procedure:

  • I ran a custom autotester with this test script:
    echo '{"annotations": [{"filename": "submission.py", "content": "Message 1!", "line_start": 3, "line_end": 5, "column_start": 1, "column_end": 4}, {"filename": "submission.py", "content": "Message 2!", "line_start": 6, "line_end": 9, "column_start": 1, "column_end": 4}]} {"name": "Custom Test 4", "output": "Perfect!", "marks_earned": 100, "marks_total": 100, "status": "pass", "time": 1} {"overall_comment": "Test 4 Comment 1!"} {"tags": [{"name": "Tag1", "description": "description1"}, {"name": "Tag2", "description": "description2"}]}'
  • The test results contain 2 tags, 1 overall comment, and 2 annotations for the file submission.py

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.

1 participant