Ihoover/automated content testing - #493
Conversation
|
I know this is a work-in-progress, so I'll start with some high-level comments and questions:
Some edge cases to consider (there are probably more of them):
In terms of low-level style feedback, I'll hold off until this is closer to ready. Overall, though, your code has gotten much cleaner. From your comments, I think you're aware of which parts are still messy :) |
There was a problem hiding this comment.
Please add comments explaining why you chose this specific formula. What desirable properties does it have?
|
This is almost ready to merge, just a few last things:
|
|
Also, what is the status of the Draft modulestore issue you mentioned? Even if it's not fixed in this PR, I'd like to have it documented in a wiki page as a known issue. |
refineing views feature turned off for PR remove pudb Fixed persistance bug with the ResponseTests
…storeTestCase flow
|
What's the status of this pull request? |
|
@singingwolfboy Working on getting it merged; the last two weeks have just been crazy. |
|
This pull request has gone well and truly stale. I'm closing it for now, but I'm not deleting the branch; we can come back to it when we have time. |
Feature/bridger/new wiki
Framework for course authors to create tests for the problems they author. This PR has just the framework laid, and the purpose is to get this code reviewed before moving on. All urls associated are disabled by the feature flag
MITX_FEATURES['content_testing'].To use this code, first go to
cms/envs/common.pyand modify line 64 to read'CONTENT_TESTING': True,. This enables the url paths/test_problem/.... To use the code, runrake cmsand navigate to/test_problem/?location=<location>, where<location>is the location of a problem you have the authorization to edit.@jzoldak @wedaly