Skip to content

Commit

Permalink
copying index.rst -> README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed May 14, 2018
1 parent 1c40c84 commit 0f80e90
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Expand Up @@ -6,7 +6,22 @@ ProsperTestUtils

|Build Status| |Coverage Status| |PyPI Badge| |Docs| |Gitter|

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

Quickstart
==========

.. code-block:: python
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.




Expand Down

0 comments on commit 0f80e90

Please sign in to comment.