Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1367 > unrolled thread

CaptureMock 1.1 - true record/replay mocking for Python

Started byGeoff Bache <geoff.bache@gmail.com>
First post2014-08-25 10:52 +0200
Last post2014-08-25 10:52 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  CaptureMock 1.1 - true record/replay mocking for Python Geoff Bache <geoff.bache@gmail.com> - 2014-08-25 10:52 +0200

#1367 — CaptureMock 1.1 - true record/replay mocking for Python

FromGeoff Bache <geoff.bache@gmail.com>
Date2014-08-25 10:52 +0200
SubjectCaptureMock 1.1 - true record/replay mocking for Python
Message-ID<mailman.13447.1409041931.18130.python-announce-list@python.org>
Hi all,

Version 1.1 adds support for Python3.3, and also directly intercepting
classes as well
as modules or functions.

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 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
Examples: https://github.com/msabramo/capturemock_examples/
Mailing list: https://lists.sourceforge.net/lists/listinfo/texttest-users

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web