[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[ANN] svnmock 0.3 released

From: Collin Winter <collinw_at_gmail.com>
Date: 2006-02-12 21:51:16 CET

Hello all,

Version 0.3 of `svnmock`, a package for testing Python applications
that use Subversion's Python bindings, has been released. `svnmock`
emulates the entire suite of Python bindings, allowing developers to
ensure that their application is calling the expected API functions
with the expected arguments. In addition, `svnmock` provides
facilities for simulating error conditions that would otherwise be
difficult or impossible to test against.

Last but not least, `svnmock` includes support for tracing API calls,
allowing for quick debugging without the need to mock up an entire
application.

`svnmock` is compatible with all releases of Subversion, including the
just-released 1.3.0.

Where to get it:
#########

functional is available at

http://oakwinter.com/code/svnmock/

and from the Python Package Index at

http://cheeseshop.python.org/pypi/svnmock

Source tarballs are available, as are Python Eggs for Python 2.4 and 2.5.

Release Notes
########

The 0.3 release is primarily a refinement release. Certain parts of
the package have been made much easier to use for the vast majority of
use cases.

A full tutorial and reference manual is available at
http://oakwinter.com/code/svnmock/.

As always, feedback welcome!

Collin Winter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 12 21:52:28 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.