Commit df07192a by Vik Paruchuri

Querydict comment.

parent a5549fd7
......@@ -21,7 +21,8 @@ S3_INTERFACE = {
class MockQueryDict(dict):
"""
Mock a query dict so that it can be used in test classes
Mock a query dict so that it can be used in test classes. This will only work with the combinedopenended tests,
and does not mock the full query dict, only the behavior that is needed there (namely get_list).
"""
def getlist(self, key, default=None):
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment