EVEprosper / ProsperTestUtils

Collection of test helpers for Prosper python projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Features

NoSQL is a powerful tool for web scraping, but can be difficult to keep traditional DBA tools running on. Get alerted when major updates to data feeds occur without having to hand-craft JSONschemas for every source.

About

Collection of test helpers for Prosper python projects

License:The Unlicense


Languages

Language:Python 100.0%