[ANN] svnmock 0.3 released

C

Collin Winter

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,169
Latest member
ArturoOlne
Top