summaryrefslogtreecommitdiff
path: root/yaksh/cpp_code_evaluator.py
AgeCommit message (Collapse)Author
2016-07-28changed file module name in evaluatorsadityacp
2016-07-28changed evaluators to support file based questionsadityacp
2016-05-10- Adhere to 80 columnsankitjavalkar
- add docstrings - Fix further tests
2016-05-05Remove commented code and cleanupankitjavalkar
2016-05-05Post review improvements:ankitjavalkar
- compiled_output is set during setup - python exec context renamed - _compile_command deprecated
2016-05-05add compile_code function to compile before checkingankitjavalkar
2016-05-05Multiple test cases passed as dicts, check_code() is iterated based on no. ↵ankitjavalkar
of test cases
2016-05-05Refactor C/CPP code evaluator and add test casesankitjavalkar
2016-05-05Language registry altered, Name cleanup:ankitjavalkar
- set_registry will only act when registry is None - _setup, _teardown and _check_code are setup,teardown,check_code - Corresponding name changes in evaluator modules
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar