texttest / capturemock

2 stars 2 forks source link

CaptureMock: A tool capable of capturing and replaying mock information for the purposes of testing. Supports

System requirements:

At least Python 2.6. Tested mainly on Python 3.7 currently.

Installation:

Go to the "source" directory and run "python setup.py install".
On Windows, this will probably install to C:\Pythonxx\Scripts, which will then need to be in your PATH if you want to run it from the command line.

Documentation:

http://texttest.sourceforge.net/index.php?page=capturemock

Test suite:

The complete test suite (which uses Texttest) can be downloaded from Github at https://github.com/texttest/capturemock-selftest. It has a wealth of little example programs contained in it. 

Bugs/Support:

Write to the mailing list at texttest-users@lists.sourceforge.net
Report bugs in the Github bugtracker at https://github.com/texttest/capturemock