Avinash -
I'm also pasting the error you shared with me further below in case anyone in the group can advise...
For the database question, I don't know the full answer but I know the clues, at least. It's the Courseware Student History Module, and there are various definitions for it (also described as "CSMH") in the environment files (e.g., the lms
common.py or the lms
test.py which is used for unit tests). Is that database involved with the errors you are describing? That I do not know. Perhaps someone else on the list has advice on that...
Ben
I also getting error after running :
and the error is:
======================================================================
FAIL: test_rescoring_randomized_problem (lms.djangoapps.instructor_task.tests.test_integration.TestRescoringTask)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/edx/app/edxapp/edx-platform/lms/djangoapps/instructor_task/tests/test_integration.py", line 309, in test_rescoring_randomized_problem
self.check_state(username, descriptor, 0, 1, 1)
File "/edx/app/edxapp/edx-platform/lms/djangoapps/instructor_task/tests/test_integration.py", line 115, in check_state
self.assertEqual(module.grade, expected_score)
AssertionError: None != 0
how to solve or show this test case manually on edxplateform
please reply