CaptureMock 2.4.0__tar.gz → 2.4.2__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.
Files changed (45) hide show
  1. capturemock-2.4.2/CaptureMock.egg-info/PKG-INFO +50 -0
  2. {CaptureMock-2.4.0 → capturemock-2.4.2}/CaptureMock.egg-info/SOURCES.txt +2 -3
  3. capturemock-2.4.2/CaptureMock.egg-info/entry_points.txt +2 -0
  4. {CaptureMock-2.4.0 → capturemock-2.4.2}/MANIFEST.in +5 -5
  5. capturemock-2.4.2/PKG-INFO +50 -0
  6. {CaptureMock-2.4.0 → capturemock-2.4.2}/README.txt +29 -29
  7. capturemock-2.4.2/bin/capturemock_intercept.py +2 -0
  8. {CaptureMock-2.4.0 → capturemock-2.4.2}/bin/capturemock_server.py +2 -2
  9. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/__init__.py +661 -648
  10. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/amqptraffic.py +233 -221
  11. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/binarytcptraffic.py +1107 -1107
  12. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/capturecommand.py +121 -121
  13. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/capturepython.py +340 -340
  14. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/clientservertraffic.py +445 -444
  15. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/cmdlineutils.py +22 -22
  16. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/commandlinetraffic.py +248 -248
  17. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/config.py +104 -104
  18. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/customtraffic.py +35 -35
  19. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/encodingutils.py +17 -14
  20. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/fileedittraffic.py +117 -117
  21. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/id_mapping.py +44 -44
  22. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/pythonclient.py +331 -331
  23. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/pythontraffic.py +700 -700
  24. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/recordfilehandler.py +32 -32
  25. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/replayinfo.py +324 -324
  26. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/server.py +953 -949
  27. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/traffic.py +175 -175
  28. {CaptureMock-2.4.0 → capturemock-2.4.2}/doc/AUTHORS +7 -7
  29. {CaptureMock-2.4.0 → capturemock-2.4.2}/doc/ChangeLog +133 -133
  30. {CaptureMock-2.4.0 → capturemock-2.4.2}/doc/LICENSE +13 -13
  31. {CaptureMock-2.4.0 → capturemock-2.4.2}/log/logging.conf +68 -68
  32. {CaptureMock-2.4.0 → capturemock-2.4.2}/log/regenerate_log_config.py +14 -14
  33. capturemock-2.4.2/pyproject.toml +45 -0
  34. CaptureMock-2.4.0/CaptureMock.egg-info/PKG-INFO +0 -20
  35. CaptureMock-2.4.0/PKG-INFO +0 -20
  36. CaptureMock-2.4.0/bin/capturemock +0 -22
  37. CaptureMock-2.4.0/bin/capturemock.py +0 -22
  38. CaptureMock-2.4.0/bin/capturemock_intercept.py +0 -2
  39. CaptureMock-2.4.0/setup.py +0 -35
  40. {CaptureMock-2.4.0 → capturemock-2.4.2}/CaptureMock.egg-info/dependency_links.txt +0 -0
  41. {CaptureMock-2.4.0 → capturemock-2.4.2}/CaptureMock.egg-info/top_level.txt +0 -0
  42. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/capturemock_intercept.exe +0 -0
  43. {CaptureMock-2.4.0 → capturemock-2.4.2}/capturemock/python_script.exe +0 -0
  44. {CaptureMock-2.4.0 → capturemock-2.4.2}/doc/COPYING +0 -0
  45. {CaptureMock-2.4.0 → capturemock-2.4.2}/setup.cfg +0 -0
@@ -0,0 +1,50 @@
1
+ Metadata-Version: 2.2
2
+ Name: CaptureMock
3
+ Version: 2.4.2
4
+ Summary: A tool for creating mocks via a capture-replay style approach
5
+ Author-email: Geoff Bache <geoff.bache@pobox.com>
6
+ Project-URL: Homepage, http://www.texttest.org/index.php?page=capturemock
7
+ Project-URL: Documentation, http://www.texttest.org/index.php?page=capturemock
8
+ Project-URL: Repository, https://github.com/texttest/capturemock
9
+ Project-URL: Issues, https://github.com/texttest/capturemock/issues/
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Environment :: Console
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: Information Technology
14
+ Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python
17
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
+ Classifier: Topic :: Software Development :: Testing
19
+ Requires-Python: >=3.9
20
+ Description-Content-Type: text/plain
21
+
22
+ CaptureMock:
23
+ A tool capable of capturing and replaying mock information for the purposes of testing. Supports
24
+ - Python modules and attributes
25
+ - System calls via the command line, including any files they write
26
+ - Synchronous plain-text messaging over a network
27
+
28
+ See the documentation at http://www.texttest.org/index.php?page=capturemock
29
+
30
+ System requirements:
31
+
32
+ At least Python 2.6. Tested mainly on Python 3.7 currently.
33
+
34
+ Installation:
35
+
36
+ Go to the "source" directory and run "python setup.py install".
37
+ On Windows, this will probably install to C:\Pythonxx\Scripts, which will then need to be in your PATH if you want to run it from the command line.
38
+
39
+ Documentation:
40
+
41
+ http://texttest.sourceforge.net/index.php?page=capturemock
42
+
43
+ Test suite:
44
+
45
+ The complete test suite (which uses Texttest) can be downloaded from Github at https://github.com/texttest/capturemock-selftest. It has a wealth of little example programs contained in it.
46
+
47
+ Bugs/Support:
48
+
49
+ Write to the mailing list at texttest-users@lists.sourceforge.net
50
+ Report bugs in the Github bugtracker at https://github.com/texttest/capturemock
@@ -1,12 +1,11 @@
1
1
  MANIFEST.in
2
2
  README.txt
3
- setup.py
3
+ pyproject.toml
4
4
  CaptureMock.egg-info/PKG-INFO
5
5
  CaptureMock.egg-info/SOURCES.txt
6
6
  CaptureMock.egg-info/dependency_links.txt
7
+ CaptureMock.egg-info/entry_points.txt
7
8
  CaptureMock.egg-info/top_level.txt
8
- bin/capturemock
9
- bin/capturemock.py
10
9
  bin/capturemock_intercept.py
11
10
  bin/capturemock_server.py
12
11
  capturemock/__init__.py
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ capturemock = capturemock:commandline
@@ -1,5 +1,5 @@
1
- include README.txt
2
- include capturemock/python_script.exe
3
- recursive-include doc *
4
- recursive-include log *
5
- recursive-include bin *
1
+ include README.txt
2
+ include capturemock/python_script.exe
3
+ recursive-include doc *
4
+ recursive-include log *
5
+ recursive-include bin *
@@ -0,0 +1,50 @@
1
+ Metadata-Version: 2.2
2
+ Name: CaptureMock
3
+ Version: 2.4.2
4
+ Summary: A tool for creating mocks via a capture-replay style approach
5
+ Author-email: Geoff Bache <geoff.bache@pobox.com>
6
+ Project-URL: Homepage, http://www.texttest.org/index.php?page=capturemock
7
+ Project-URL: Documentation, http://www.texttest.org/index.php?page=capturemock
8
+ Project-URL: Repository, https://github.com/texttest/capturemock
9
+ Project-URL: Issues, https://github.com/texttest/capturemock/issues/
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Environment :: Console
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Intended Audience :: Information Technology
14
+ Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python
17
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
+ Classifier: Topic :: Software Development :: Testing
19
+ Requires-Python: >=3.9
20
+ Description-Content-Type: text/plain
21
+
22
+ CaptureMock:
23
+ A tool capable of capturing and replaying mock information for the purposes of testing. Supports
24
+ - Python modules and attributes
25
+ - System calls via the command line, including any files they write
26
+ - Synchronous plain-text messaging over a network
27
+
28
+ See the documentation at http://www.texttest.org/index.php?page=capturemock
29
+
30
+ System requirements:
31
+
32
+ At least Python 2.6. Tested mainly on Python 3.7 currently.
33
+
34
+ Installation:
35
+
36
+ Go to the "source" directory and run "python setup.py install".
37
+ On Windows, this will probably install to C:\Pythonxx\Scripts, which will then need to be in your PATH if you want to run it from the command line.
38
+
39
+ Documentation:
40
+
41
+ http://texttest.sourceforge.net/index.php?page=capturemock
42
+
43
+ Test suite:
44
+
45
+ The complete test suite (which uses Texttest) can be downloaded from Github at https://github.com/texttest/capturemock-selftest. It has a wealth of little example programs contained in it.
46
+
47
+ Bugs/Support:
48
+
49
+ Write to the mailing list at texttest-users@lists.sourceforge.net
50
+ Report bugs in the Github bugtracker at https://github.com/texttest/capturemock
@@ -1,29 +1,29 @@
1
- CaptureMock:
2
- A tool capable of capturing and replaying mock information for the purposes of testing. Supports
3
- - Python modules and attributes
4
- - System calls via the command line, including any files they write
5
- - Synchronous plain-text messaging over a network
6
-
7
- See the documentation at http://www.texttest.org/index.php?page=capturemock
8
-
9
- System requirements:
10
-
11
- At least Python 2.6. Tested mainly on Python 3.7 currently.
12
-
13
- Installation:
14
-
15
- Go to the "source" directory and run "python setup.py install".
16
- On Windows, this will probably install to C:\Pythonxx\Scripts, which will then need to be in your PATH if you want to run it from the command line.
17
-
18
- Documentation:
19
-
20
- http://texttest.sourceforge.net/index.php?page=capturemock
21
-
22
- Test suite:
23
-
24
- The complete test suite (which uses Texttest) can be downloaded from Github at https://github.com/texttest/capturemock-selftest. It has a wealth of little example programs contained in it.
25
-
26
- Bugs/Support:
27
-
28
- Write to the mailing list at texttest-users@lists.sourceforge.net
29
- Report bugs in the Github bugtracker at https://github.com/texttest/capturemock
1
+ CaptureMock:
2
+ A tool capable of capturing and replaying mock information for the purposes of testing. Supports
3
+ - Python modules and attributes
4
+ - System calls via the command line, including any files they write
5
+ - Synchronous plain-text messaging over a network
6
+
7
+ See the documentation at http://www.texttest.org/index.php?page=capturemock
8
+
9
+ System requirements:
10
+
11
+ At least Python 2.6. Tested mainly on Python 3.7 currently.
12
+
13
+ Installation:
14
+
15
+ Go to the "source" directory and run "python setup.py install".
16
+ On Windows, this will probably install to C:\Pythonxx\Scripts, which will then need to be in your PATH if you want to run it from the command line.
17
+
18
+ Documentation:
19
+
20
+ http://texttest.sourceforge.net/index.php?page=capturemock
21
+
22
+ Test suite:
23
+
24
+ The complete test suite (which uses Texttest) can be downloaded from Github at https://github.com/texttest/capturemock-selftest. It has a wealth of little example programs contained in it.
25
+
26
+ Bugs/Support:
27
+
28
+ Write to the mailing list at texttest-users@lists.sourceforge.net
29
+ Report bugs in the Github bugtracker at https://github.com/texttest/capturemock
@@ -0,0 +1,2 @@
1
+ import capturemock
2
+ capturemock.interceptCommand()
@@ -1,2 +1,2 @@
1
- import capturemock.server
2
- capturemock.server.main()
1
+ import capturemock.server
2
+ capturemock.server.main()