diff options
author | adityacp | 2016-07-28 00:12:51 +0530 |
---|---|---|
committer | adityacp | 2016-07-28 00:12:51 +0530 |
commit | 9411ab221e007a6c3e2901ce34f38f2267288b6e (patch) | |
tree | c1a66cc09e0fd7a4c236e40774496c0a628f9807 /yaksh/test_views.py | |
parent | e340b564d886501d36fa738e135ccb8e07645f4d (diff) | |
download | online_test-9411ab221e007a6c3e2901ce34f38f2267288b6e.tar.gz online_test-9411ab221e007a6c3e2901ce34f38f2267288b6e.tar.bz2 online_test-9411ab221e007a6c3e2901ce34f38f2267288b6e.zip |
rebase changes and changed expected input format in cpp tests
Diffstat (limited to 'yaksh/test_views.py')
-rw-r--r-- | yaksh/test_views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/test_views.py b/yaksh/test_views.py index 6e59e26..2544276 100644 --- a/yaksh/test_views.py +++ b/yaksh/test_views.py @@ -8,7 +8,7 @@ from django.test import Client from yaksh.models import User, Profile, Question, Quiz, QuestionPaper,\ QuestionSet, AnswerPaper, Answer, Course, StandardTestCase,\ - StdoutBasedTestCase, has_profile + StdioBasedTestCase, has_profile class TestProfile(TestCase): |