CaptureMock 2.7.2__tar.gz → 2.7.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {capturemock-2.7.2 → capturemock-2.7.3}/CaptureMock.egg-info/PKG-INFO +1 -1
- {capturemock-2.7.2 → capturemock-2.7.3}/PKG-INFO +1 -1
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__init__.py +5 -3
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/__init__.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/__init__.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/amqptraffic.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/binarytcptraffic.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/cmdlineutils.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/config.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/server.cpython-313.pyc +0 -0
- capturemock-2.7.3/capturemock/__pycache__/traffic.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/amqptraffic.py +1 -1
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/binarytcptraffic.py +4 -4
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/cmdlineutils.py +2 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/ftptraffic.py +2 -2
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/server.py +25 -15
- capturemock-2.7.2/capturemock/__pycache__/traffic.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/CaptureMock.egg-info/SOURCES.txt +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/CaptureMock.egg-info/dependency_links.txt +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/CaptureMock.egg-info/entry_points.txt +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/CaptureMock.egg-info/top_level.txt +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/MANIFEST.in +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/README.txt +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/bin/capturemock_intercept.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/bin/capturemock_server.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/CaptureMock.spec +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/__init__.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturecommand.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturecommand.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturecommand.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturepython.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturepython.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturepython.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/clientservertraffic.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/clientservertraffic.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/cmdlineutils.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/cmdlineutils.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/commandlinetraffic.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/commandlinetraffic.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/config.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/config.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/customtraffic.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/customtraffic.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/encodingutils.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/encodingutils.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/fileedittraffic.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/fileedittraffic.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/fileedittraffic.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/id_mapping.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/id_mapping.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/id_mapping.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/pythonclient.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/pythonclient.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/pythonclient.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/pythontraffic.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/recordfilehandler.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/recordfilehandler.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/replayinfo.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/replayinfo.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/server.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/traffic.cpython-311.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/traffic.cpython-313.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/capturecommand.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/capturemock_intercept.exe +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/capturepython.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/clientservertraffic.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/commandlinetraffic.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/config.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/customtraffic.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/encodingutils.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/fileedittraffic.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/id_mapping.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/log/__pycache__/logconfiggen.cpython-312.pyc +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/log/logging.conf +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/log/regenerate_log_config.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/python_script.exe +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/pythonclient.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/pythontraffic.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/recordfilehandler.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/replayinfo.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/capturemock/traffic.py +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/doc/AUTHORS +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/doc/COPYING +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/doc/ChangeLog +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/doc/LICENSE +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/pyproject.toml +0 -0
- {capturemock-2.7.2 → capturemock-2.7.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CaptureMock
|
|
3
|
-
Version: 2.7.
|
|
3
|
+
Version: 2.7.3
|
|
4
4
|
Summary: A tool for creating mocks via a capture-replay style approach
|
|
5
5
|
Author-email: Geoff Bache <geoff.bache@pobox.com>
|
|
6
6
|
Project-URL: Homepage, http://www.texttest.org/index.php?page=capturemock
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CaptureMock
|
|
3
|
-
Version: 2.7.
|
|
3
|
+
Version: 2.7.3
|
|
4
4
|
Summary: A tool for creating mocks via a capture-replay style approach
|
|
5
5
|
Author-email: Geoff Bache <geoff.bache@pobox.com>
|
|
6
6
|
Project-URL: Homepage, http://www.texttest.org/index.php?page=capturemock
|
|
@@ -12,7 +12,7 @@ from datetime import datetime
|
|
|
12
12
|
import bisect
|
|
13
13
|
from urllib.request import urlopen
|
|
14
14
|
|
|
15
|
-
version = "2.7.
|
|
15
|
+
version = "2.7.3"
|
|
16
16
|
|
|
17
17
|
class CaptureMockManager:
|
|
18
18
|
fileContents = "import capturemock; capturemock.interceptCommand()\n"
|
|
@@ -39,7 +39,8 @@ class CaptureMockManager:
|
|
|
39
39
|
sutDirectory=os.getcwd(),
|
|
40
40
|
environment=os.environ,
|
|
41
41
|
stderrFn=None,
|
|
42
|
-
recordFromUrl=None
|
|
42
|
+
recordFromUrl=None,
|
|
43
|
+
port=0):
|
|
43
44
|
if config.isActive(mode, replayFile):
|
|
44
45
|
# Environment which the server should get
|
|
45
46
|
environment["CAPTUREMOCK_MODE"] = str(mode)
|
|
@@ -59,7 +60,8 @@ class CaptureMockManager:
|
|
|
59
60
|
recordEditDir,
|
|
60
61
|
sutDirectory,
|
|
61
62
|
environment,
|
|
62
|
-
stderrFn
|
|
63
|
+
stderrFn,
|
|
64
|
+
port)
|
|
63
65
|
self.serverProtocol = rcHandler.get("server_protocol", [ "general" ], "classic")
|
|
64
66
|
self.serverAddress = self.readServerAddress()
|
|
65
67
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/binarytcptraffic.cpython-313.pyc
RENAMED
|
Binary file
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/cmdlineutils.cpython-313.pyc
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1009,15 +1009,15 @@ class SynchStatusTraffic(clientservertraffic.ClientSocketTraffic):
|
|
|
1009
1009
|
class TcpHeaderTrafficServer:
|
|
1010
1010
|
synch_server_locations = []
|
|
1011
1011
|
@classmethod
|
|
1012
|
-
def createServer(cls,
|
|
1013
|
-
return cls(
|
|
1012
|
+
def createServer(cls, *args):
|
|
1013
|
+
return cls(*args)
|
|
1014
1014
|
|
|
1015
|
-
def __init__(self, address, dispatcher):
|
|
1015
|
+
def __init__(self, address, port, dispatcher):
|
|
1016
1016
|
self.dispatcher = dispatcher
|
|
1017
1017
|
self.connection_timeout = dispatcher.rcHandler.getfloat("connection_timeout", [ "general" ], 0.2)
|
|
1018
1018
|
self.socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
|
1019
1019
|
self.socket.settimeout(self.connection_timeout)
|
|
1020
|
-
self.socket.bind((address,
|
|
1020
|
+
self.socket.bind((address, port))
|
|
1021
1021
|
self.socket.listen()
|
|
1022
1022
|
self.diag = get_logger()
|
|
1023
1023
|
self.clientConverter = None
|
|
@@ -19,4 +19,6 @@ CaptureMock command line program. Records and replays interaction defined by stu
|
|
|
19
19
|
parser.add_option("-F", "--record-file-edits",
|
|
20
20
|
help="store edited files under DIR.", metavar="DIR")
|
|
21
21
|
parser.add_option("-R", "--rcfiles", help="Read configuration from given rc files, defaults to ~/.capturemock/config")
|
|
22
|
+
parser.add_option("-P", "--port", type="int", default=0,
|
|
23
|
+
help="Port to run CaptureMock on", metavar="PORT")
|
|
22
24
|
return parser
|
|
@@ -57,8 +57,8 @@ class FTPTrafficHandler(FTPHandler):
|
|
|
57
57
|
|
|
58
58
|
class FtpTrafficServer:
|
|
59
59
|
@classmethod
|
|
60
|
-
def createServer(cls, address, dispatcher):
|
|
61
|
-
return cls((address,
|
|
60
|
+
def createServer(cls, address, port, dispatcher):
|
|
61
|
+
return cls((address, port), dispatcher)
|
|
62
62
|
|
|
63
63
|
def __init__(self, address, dispatcher):
|
|
64
64
|
self.count = 0
|
|
@@ -49,7 +49,8 @@ def startServer(rcFiles,
|
|
|
49
49
|
recordEditDir,
|
|
50
50
|
sutDirectory,
|
|
51
51
|
environment,
|
|
52
|
-
stderrFn
|
|
52
|
+
stderrFn,
|
|
53
|
+
port):
|
|
53
54
|
cmdArgs = getServer() + [ "-m", str(mode) ]
|
|
54
55
|
if rcFiles:
|
|
55
56
|
cmdArgs += [ "--rcfiles", ",".join(rcFiles) ]
|
|
@@ -63,13 +64,22 @@ def startServer(rcFiles,
|
|
|
63
64
|
if replayEditDir:
|
|
64
65
|
cmdArgs += [ "-f", replayEditDir ]
|
|
65
66
|
|
|
67
|
+
if port:
|
|
68
|
+
cmdArgs += [ "-P", str(port) ]
|
|
69
|
+
|
|
66
70
|
stderr = open(stderrFn, "w") if stderrFn else subprocess.PIPE
|
|
71
|
+
# Platform-specific process isolation, to avoid Ctrl-C killing the server
|
|
72
|
+
if sys.platform == "win32":
|
|
73
|
+
platform_kw = { "creationflags": subprocess.CREATE_NEW_PROCESS_GROUP }
|
|
74
|
+
else:
|
|
75
|
+
platform_kw = { "preexec_fn": os.setpgrp }
|
|
67
76
|
return subprocess.Popen(cmdArgs,
|
|
68
77
|
env=environment.copy(),
|
|
69
78
|
universal_newlines=True,
|
|
70
79
|
cwd=sutDirectory,
|
|
71
80
|
stdout=subprocess.PIPE,
|
|
72
|
-
stderr=stderr
|
|
81
|
+
stderr=stderr,
|
|
82
|
+
**platform_kw)
|
|
73
83
|
|
|
74
84
|
def stopServer(servAddr, protocol):
|
|
75
85
|
if protocol == "http":
|
|
@@ -147,9 +157,9 @@ class ClassicTrafficServer:
|
|
|
147
157
|
|
|
148
158
|
class ClassicTcpTrafficServer(ClassicTrafficServer, TCPServer):
|
|
149
159
|
@classmethod
|
|
150
|
-
def createServer(cls, address, dispatcher):
|
|
160
|
+
def createServer(cls, address, port, dispatcher):
|
|
151
161
|
ClassicTcpTrafficRequestHandler.dispatcher = dispatcher
|
|
152
|
-
return cls((address,
|
|
162
|
+
return cls((address, port), ClassicTcpTrafficRequestHandler, dispatcher.useThreads)
|
|
153
163
|
|
|
154
164
|
def __init__(self, addrinfo, handlerClass, useThreads):
|
|
155
165
|
ClassicTrafficServer.__init__(self)
|
|
@@ -179,18 +189,18 @@ class ClassicTcpTrafficServer(ClassicTrafficServer, TCPServer):
|
|
|
179
189
|
|
|
180
190
|
class ClassicUdpTrafficServer(ClassicTrafficServer, UDPServer):
|
|
181
191
|
@classmethod
|
|
182
|
-
def createServer(cls, ip, dispatcher):
|
|
192
|
+
def createServer(cls, ip, port, dispatcher):
|
|
183
193
|
ClassicUdpTrafficRequestHandler.dispatcher = dispatcher
|
|
184
194
|
broadcast = dispatcher.rcHandler.getboolean("broadcast", [ "general" ], False)
|
|
185
195
|
if broadcast:
|
|
186
196
|
# common pattern with UDP broadcasting
|
|
187
197
|
cls.allow_reuse_address = True
|
|
188
|
-
return cls(ip, ClassicUdpTrafficRequestHandler, broadcast)
|
|
198
|
+
return cls(ip, port, ClassicUdpTrafficRequestHandler, broadcast)
|
|
189
199
|
|
|
190
|
-
def __init__(self, ip, handlerClass, broadcast):
|
|
200
|
+
def __init__(self, ip, port, handlerClass, broadcast):
|
|
191
201
|
ClassicTrafficServer.__init__(self)
|
|
192
202
|
bindHost = "0.0.0.0" if broadcast else ip
|
|
193
|
-
UDPServer.__init__(self, (bindHost,
|
|
203
|
+
UDPServer.__init__(self, (bindHost, port), handlerClass)
|
|
194
204
|
self.ip = ip
|
|
195
205
|
clientservertraffic.ClientSocketTraffic.socketType = socket.SOCK_DGRAM
|
|
196
206
|
clientservertraffic.ClientSocketTraffic.broadcast = broadcast
|
|
@@ -443,9 +453,9 @@ class HTTPTrafficHandler(BaseHTTPRequestHandler):
|
|
|
443
453
|
|
|
444
454
|
class HTTPTrafficServer(HTTPServer):
|
|
445
455
|
@classmethod
|
|
446
|
-
def createServer(cls, address, dispatcher):
|
|
456
|
+
def createServer(cls, address, port, dispatcher):
|
|
447
457
|
HTTPTrafficHandler.dispatcher = dispatcher
|
|
448
|
-
return cls((address,
|
|
458
|
+
return cls((address, port))
|
|
449
459
|
|
|
450
460
|
def __init__(self, address):
|
|
451
461
|
# Default value of 5 isn't very much...
|
|
@@ -484,8 +494,8 @@ class HTTPTrafficServer(HTTPServer):
|
|
|
484
494
|
|
|
485
495
|
class XmlRpcTrafficServer(SimpleXMLRPCServer):
|
|
486
496
|
@classmethod
|
|
487
|
-
def createServer(cls, address, dispatcher):
|
|
488
|
-
server = cls((address,
|
|
497
|
+
def createServer(cls, address, port, dispatcher):
|
|
498
|
+
server = cls((address, port), logRequests=False, use_builtin_types=True)
|
|
489
499
|
server.register_instance(XmlRpcDispatchInstance(dispatcher))
|
|
490
500
|
return server
|
|
491
501
|
|
|
@@ -809,15 +819,15 @@ class ServerDispatcher(ServerDispatcherBase):
|
|
|
809
819
|
def __init__(self, options):
|
|
810
820
|
ServerDispatcherBase.__init__(self, options)
|
|
811
821
|
self.terminate = False
|
|
812
|
-
self.server = self.makeServer()
|
|
822
|
+
self.server = self.makeServer(options.port)
|
|
813
823
|
address = self.server.getAddress()
|
|
814
824
|
self.rcHandler.address = address
|
|
815
825
|
sys.stdout.write(address + "\n") # Tell our caller, so they can tell the program being handled
|
|
816
826
|
sys.stdout.flush()
|
|
817
827
|
|
|
818
|
-
def makeServer(self):
|
|
828
|
+
def makeServer(self, port):
|
|
819
829
|
ipAddress = self.getIpAddress()
|
|
820
|
-
return self.serverClass.createServer(ipAddress, self)
|
|
830
|
+
return self.serverClass.createServer(ipAddress, port, self)
|
|
821
831
|
|
|
822
832
|
def getIpAddress(self):
|
|
823
833
|
# Code below can cause complications with VPNs etc. Default is local access only, sufficient in 99.9% of cases
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturecommand.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturecommand.cpython-312.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturecommand.cpython-313.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturepython.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturepython.cpython-312.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/capturepython.cpython-313.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/clientservertraffic.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/clientservertraffic.cpython-313.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/cmdlineutils.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/cmdlineutils.cpython-312.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/commandlinetraffic.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/commandlinetraffic.cpython-313.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/customtraffic.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/customtraffic.cpython-313.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/encodingutils.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/encodingutils.cpython-313.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/fileedittraffic.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/fileedittraffic.cpython-312.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/fileedittraffic.cpython-313.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/pythonclient.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/pythonclient.cpython-312.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/pythonclient.cpython-313.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/pythontraffic.cpython-313.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/recordfilehandler.cpython-311.pyc
RENAMED
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/__pycache__/recordfilehandler.cpython-313.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{capturemock-2.7.2 → capturemock-2.7.3}/capturemock/log/__pycache__/logconfiggen.cpython-312.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|