Metadata-Version: 2.4
Name: CaptureMock
Version: 2.7.2
Summary: A tool for creating mocks via a capture-replay style approach
Author-email: Geoff Bache <geoff.bache@pobox.com>
Project-URL: Homepage, http://www.texttest.org/index.php?page=capturemock
Project-URL: Documentation, http://www.texttest.org/index.php?page=capturemock
Project-URL: Repository, https://github.com/texttest/capturemock
Project-URL: Issues, https://github.com/texttest/capturemock/issues/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Description-Content-Type: text/plain

CaptureMock:
        A tool capable of capturing and replaying mock information for the purposes of testing. Supports
        - Python modules and attributes
        - System calls via the command line, including any files they write
        - Synchronous plain-text messaging over a network

        See the documentation at http://www.texttest.org/index.php?page=capturemock

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
