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

Use "status" prop and other misc improvements #27

Merged
merged 11 commits into from
Sep 28, 2022

Commits on Sep 18, 2022

  1. Mark failing tests with "status" key

    Use new "status" key to mark failing tests red,
    even if they are 0 weight.
    isaacl committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    c825062 View commit details
    Browse the repository at this point in the history
  2. Fix status for partial scores

    isaacl committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    16a4ad0 View commit details
    Browse the repository at this point in the history
  3. fix score key error

    isaacl committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    e14dcf7 View commit details
    Browse the repository at this point in the history
  4. Fix error concat

    isaacl committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    078c116 View commit details
    Browse the repository at this point in the history
  5. Adjust msg based on testing

    isaacl committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    44f5755 View commit details
    Browse the repository at this point in the history
  6. Adjust msg spacing

    isaacl committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    312c09f View commit details
    Browse the repository at this point in the history
  7. better failure display

    isaacl committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    59d9534 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Update json_test_runner.py

    isaacl authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b78a4eb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    aad3b60 View commit details
    Browse the repository at this point in the history
  2. Ensure that output is always a string

    Should fix gradescope#23.
    ibrahima authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    eceabb0 View commit details
    Browse the repository at this point in the history
  3. Add back empty output check

    isaacl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    964305a View commit details
    Browse the repository at this point in the history