mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

process string even if some errors present #120

Closed ChristopherChudzicki closed 6 years ago

ChristopherChudzicki commented 6 years ago

Resolves #117.

jolyonb commented 6 years ago

We also need to deal with validateArgsLength, which raises an error if there's an argument problem, rather than just saying "Skip this operation".

ChristopherChudzicki commented 6 years ago

We also need to deal with validateArgsLength, which raises an error if there's an argument problem, rather than just saying "Skip this operation".

Good catch

ChristopherChudzicki commented 6 years ago

Should be good now.

jolyonb commented 6 years ago

Looks good. I'll merge once tests are done. Thanks for this!