Added mock
This commit is contained in:
@@ -165,11 +165,9 @@ class TestSignedResponse():
|
||||
|
||||
self.verify_assertion(sresponse.assertion)
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
ts = TestSignedResponse()
|
||||
ts.setup_class()
|
||||
ts.test_signed_response()
|
||||
ts.test_signed_response_1()
|
||||
ts.test_signed_response_2()
|
||||
ts.test_signed_response_2()
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
pymongo==3.0.1
|
||||
responses==0.5.0
|
||||
responses==0.5.0
|
||||
mock
|
||||
Reference in New Issue
Block a user