patrys / httmock

A mocking library for requests
Other
468 stars 57 forks source link

Include tests.py in pypi package #55

Open derekschrock opened 6 years ago

derekschrock commented 6 years ago

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.