diff options
author | maheshgudi | 2017-02-09 00:48:34 +0530 |
---|---|---|
committer | maheshgudi | 2017-03-02 20:38:41 +0530 |
commit | a7a54b43f36571adc5bb999f454fe57e1dcb5c0f (patch) | |
tree | 9e02033a00439ab4ff37a33f352b9eae95974a04 /yaksh/models.py | |
parent | 23018fa38afcdfec93f1338bd783a769a0fe91e7 (diff) | |
download | online_test-a7a54b43f36571adc5bb999f454fe57e1dcb5c0f.tar.gz online_test-a7a54b43f36571adc5bb999f454fe57e1dcb5c0f.tar.bz2 online_test-a7a54b43f36571adc5bb999f454fe57e1dcb5c0f.zip |
added test cases for float,integer and string type questions
Diffstat (limited to 'yaksh/models.py')
-rw-r--r-- | yaksh/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py index 665805e..a356ec1 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -1350,4 +1350,4 @@ class FloatTestCase(TestCase): def __str__(self): return u'Testcase | Correct: {0} | Error Margin: +or- {1}'.format(self.correct, self.error_margin - )
\ No newline at end of file + ) |