mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
Added port to Request with matcher and test
This commit is contained in:
@@ -13,6 +13,10 @@ def host(r1, r2):
|
||||
return r1.host == r2.host
|
||||
|
||||
|
||||
def port(r1, r2):
|
||||
return r1.port == r2.port
|
||||
|
||||
|
||||
def path(r1, r2):
|
||||
return r1.path == r2.path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user