ProsperTestUtils

Build Status Coverage Status PyPI Badge Docs

Helper libraries for test coverage and general maintenance of services. Making test coverage easier across Prosper projects!

Quickstart

setup(
    ...
    tests_require=[
        'prospertestutils',
    ]
)

ProsperTestUtils is suggested as a tests_require install. Though there are some general use utilities, this library is not meant for production use.

Indices and tables