Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.55 KB

README.rst

File metadata and controls

41 lines (30 loc) · 1.55 KB

Show Logo

ProsperTestUtils

Build Status Coverage Status PyPI Badge Documentation Status Join the chat at https://gitter.im/EVEProsper/Lobby

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.