Age | Commit message (Collapse) | Author |
|
|
|
|
|
R language available in filter form. Values taken from models.
R messages are prettified like python assertion messages.
Text up to first colon in the R error message removed, as
it is simply a filename or unwanted text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Raise AssertionError,CompilationError and TestCaseError for assertion, user answer compilation
and testcase compilation errors respectively.
- Add test case for C/C++ and Java
|
|
|
|
|
|
|
|
|
|
- Add try except in grader to get exceptions for python stdio and python assertion evaluation
- Add additional tests
- Add condition in request handler to avoid error if codemirror is not instantiated
|
|
|
|
- Pep8 changes
- Add assertion test using nose tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Answerpaper method validate_validate takes server port as an argument.
- Added tests for all question types
|
|
|
|
|
|
answerpaper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for Python assertion
|
|
|
|
|
|
|
|
|
|
Hook evaluator
|