Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #175 > unrolled thread
| Started by | Geoff Bache <geoff.bache@gmail.com> |
|---|---|
| First post | 2011-06-08 21:02 +0200 |
| Last post | 2011-06-08 21:02 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
CaptureMock 0.2 - true record-playback mocking for Python (and other things) Geoff Bache <geoff.bache@gmail.com> - 2011-06-08 21:02 +0200
| From | Geoff Bache <geoff.bache@gmail.com> |
|---|---|
| Date | 2011-06-08 21:02 +0200 |
| Subject | CaptureMock 0.2 - true record-playback mocking for Python (and other things) |
| Message-ID | <mailman.97.1307733182.11593.python-announce-list@python.org> |
Hi all, There's a new release of CaptureMock out. For Python users it's mostly a collection of bugfixes on the original release, but it also adds new functionality to allow it to be used from other languages also. Regards, Geoff Bache More detail: CaptureMock is a tool for creating mocks via a "true" capture-replay style approach. It records interactions to a separate file which can then be used for replay in future runs. It is thus not another "EasyMock" clone. Interaction can thus be recaptured from a real system at any point, and no mock code needs to be written. It handles Python calls, command-line programs, and synchronous messaging over networks. Custom clients can now also be written for any language. Website: http://www.texttest.org/index.php?page=capturemock Mailing list: https://lists.sourceforge.net/lists/listinfo/texttest-users
Back to top | Article view | comp.lang.python.announce
csiph-web