skip to navigation
skip to content

Not Logged In

svnmock 0.3

Testing library for Subversion's python bindings

svnmock provides capabilities to emulate the entire python language API for the Subversion revision control system.

The purpose of this library is to make it easy for developers to verify that SVN-facing code is working correctly. svnmock provides tools to assert that certain API functions must be called in a certain order with certain parameters, and that certain values should be returned from those function calls.

In addition, svnmock allows assertions of the type, "the return value from api_func_1() must be given as a parameter to api_func_2() and api_func_3()". This allows more fine-grained flow control tracking than simple "was the 4th parameter '6'?" assertions.

In addition to simple "was function X called with arguments Y and Z?" assertions, svnmock provides easy mechanisms for simulating tricky failure conditions that might otherwise be impossible -- or at least, very difficult -- to simulate otherwise.

Lastly, svnmock provides tracing support, allowing you to verify that certain API calls are being made without mocking up the entire session.

File Type Py Version Size # downloads
svnmock-0.3-py2.4.egg (md5) Python Egg 2.4 17KB 441
svnmock-0.3-py2.5.egg (md5) Python Egg 2.5 17KB 515
svnmock-0.3-py2.3.tar.gz (md5)
For Python 2.3
Source 6KB 91
svnmock-0.3-py2.3.egg (md5) Python Egg 2.3 17KB 357
svnmock-0.3.tar.gz (md5) Source 6KB 106
svnmock-0.3-py2.2.tar.gz (md5)
For Python 2.2
Source 15KB 99