summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Expand)Author
2016-10-17changes in evaluator and file utilsadityacp
2016-10-17extract uploaded questions zip in tempadityacp
2016-10-04changes in test view as redirect url changed.prathamesh
2016-10-04Merge branch 'master' of https://github.com/FOSSEE/online_test into edit_ques...prathamesh
2016-10-04Edit Question Paper Feature.prathamesh
2016-09-30added test for file based stdout in javaadityacp
2016-09-30changed test cases for models as per python 3adityacp
2016-09-30changed code_evaluators dict in settingsadityacp
2016-09-30modified views, models, forms for django as per python 3adityacp
2016-09-30added utf-8 decoding in custom filtersadityacp
2016-09-30- Remove unused importsankitjavalkar
2016-09-30Reset the current working directory to top most level after evaluationankitjavalkar
2016-09-30Add unicode_literal import for Python2ankitjavalkar
2016-09-30Fix test cases and corresponding changes in evaluators for Python 2/3 compati...ankitjavalkar
2016-09-30Migrate python code server and evaluators to python 2/3 compatibleankitjavalkar
2016-09-29Merge pull request #140 from prathamesh920/regrade_papersPrabhu Ramachandran
2016-09-29Set OUTPUT_DIR path to a temporary directory.prathamesh
2016-09-27documentation for stdio_evaluatormaheshgudi
2016-09-27modified test cases wrt the refactor changesmaheshgudi
2016-09-26refactored stdio_evaluatormaheshgudi
2016-09-26removed python_stdout_evaluator as python_stdio_evaluator takes care of 'stdo...maheshgudi
2016-09-23Removed the test case for regrade code question from test_models for now.prathamesh
2016-09-23for test to passprathamesh
2016-09-23need to start code server for model tests.prathamesh
2016-09-23Added teardown to the grader view testprathamesh
2016-09-23Merge branch 'master' of https://github.com/FOSSEE/online_test into regrade_p...prathamesh
2016-09-23Regrade Featureprathamesh
2016-09-21Place selenium script and unit tests in live_server_tests dirankitjavalkar
2016-09-21Remove commented codeankitjavalkar
2016-09-21Run the selenium and unit tests separatelyankitjavalkar
2016-09-21Modify selenium based test to accomodate create_demo_course commandankitjavalkar
2016-09-21- Change path of selenium testsankitjavalkar
2016-09-21Add selenium based testankitjavalkar
2016-09-21Merge pull request #127 from adityacp/create_course_fixturesPrabhu Ramachandran
2016-09-21changed func name from create_demo_que_ppr to create_demo_quiz_paperadityacp
2016-09-20used create method instead of get_or_create to create courseadityacp
2016-09-20Demo course creation without initial fixturesadityacp
2016-09-20added url for demo courseadityacp
2016-09-20removed user creation for demo courseadityacp
2016-09-20changed manage and courses templateadityacp
2016-09-20deleted course fixture fileadityacp
2016-09-19removed string comparison for demo courseadityacp
2016-09-19changed template tagadityacp
2016-09-19changed fixture to add demo user to moderator groupadityacp
2016-09-17pep8 changes, divided each test case in blocks for readabilitymaheshgudi
2016-09-16added docstrings for testcases, removed timeout exception from python evaluatormaheshgudi
2016-09-16changed variable name from get_class to evaluatemaheshgudi
2016-09-16changed views to get demo courseadityacp
2016-09-16changed course template to view demo courseadityacp
2016-09-16test cases for python assertion bug fixesmaheshgudi