patrys / httmock

A mocking library for requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include tests.py in pypi package

derekschrock opened this issue · comments

I'm in the process of adding httmock to the FreeBSD ports tree. One standard for most python port is to include tests.

Looking at the httmock-1.2.6.tar.gz from https://pypi.python.org/pypi/httmock this tarball does not include tests.py.

Would it be possible to include the tests.py file in the pypi package? If so I can add do-tests to the FreeBSD port.