Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'url:sourceforge': 0.02; 'received:209.85.212.46': 0.03; 'received:mail- vw0-f46.google.com': 0.03; 'subject:Python': 0.06; 'written.': 0.07; 'python': 0.08; 'command-line': 0.09; 'release,': 0.09; 'written': 0.14; 'bugfixes': 0.16; 'reply-to:addr:pobox.com': 0.16; 'runs.': 0.16; 'synchronous': 0.16; 'thus': 0.23; 'creating': 0.24; 'code': 0.24; 'point,': 0.25; 'handles': 0.26; 'message-id:@mail.gmail.com': 0.28; 'language.': 0.28; 'all,': 0.30; 'url:listinfo': 0.30; 'also.': 0.30; 'networks.': 0.30; 'separate': 0.31; 'adds': 0.32; 'received:209.85.212': 0.34; 'file': 0.34; 'approach.': 0.35; 'languages': 0.35; 'list:': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.37; 'to:addr :python-announce-list': 0.37; 'another': 0.37; 'tool': 0.38; 'url:org': 0.38; 'mailing': 0.38; 'but': 0.38; 'subject: (': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'custom': 0.60; 'more': 0.60; 'url:index': 0.60; 'clients': 0.61; 'url:net': 0.63; 'records': 0.72; 'collection': 0.72; 'header:Reply-To:1': 0.72; 'reply-to:no real name:2**0': 0.72; 'url:page': 0.73; 'website:': 0.75; 'programs,': 0.80; 'url:php': 0.81; 'calls,': 0.84; 'mock': 0.84; 'replay': 0.84; 'subject:other': 0.84; 'subject:things': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:content-type; bh=v+Czw4fR6uGUw6Di+A4o8wb8Umo6rlX7m3p9ERTv3tA=; b=QTZBdFfqQgvM6hgPAWBSKph5jXrEwEAfb/C2rsT/Ma7g1KEmVZTEDWi6sP/8OjSVEW e6sVcWScOeyykomyTf2GVr6/Yk9jes8sVrgN0rOolorJ/nNeCum8IK9pv+M9u0le4vRk 3HiFaJeR7RP5KR2kyJe1vGbqJO7OSOOshtL7Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=hzAoSMmnNz56GAahftZiXOdcx/WPriGOcSLr587c2TUYq2nAu5cLA38FxvfJGghIez UTFoXxJOY8ZqZrbgAeEcD06+tRdbWMtbBKKoLXWUe9DI74JfaQObOUAOU+XOlNuYps0I r44gzcrDn7DggeuTWJ4yicPNp/gJyfyCIu2VA= MIME-Version: 1.0 Date: Wed, 8 Jun 2011 21:02:13 +0200 Subject: CaptureMock 0.2 - true record-playback mocking for Python (and other things) From: Geoff Bache To: python-announce-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Fri, 10 Jun 2011 21:13:00 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org, geoff.bache@pobox.com List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 21 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307733182 news.xs4all.nl 49183 [::ffff:82.94.164.166]:53087 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:175 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