mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
hold counts in a Counter
This commit is contained in:
@@ -16,3 +16,6 @@ class Request(object):
|
||||
|
||||
def __eq__(self, other):
|
||||
return hash(self) == hash(other)
|
||||
|
||||
def __str__(self):
|
||||
return "<Request ({0}) {1}>".format(self.method, self.body)
|
||||
|
||||
Reference in New Issue
Block a user