lorien / test_server

Server to test HTTP clients
MIT License
4 stars 2 forks source link

PyPI tarball is missing some of test suite files #21

Closed mgorny closed 2 years ago

mgorny commented 4 years ago

The release tarball has only the following files from test directory:

test-server-0.0.31/test/
test-server-0.0.31/test/server.py
test-server-0.0.31/test/__init__.py

This is apparently insufficient to run the test suite.

jayvdb commented 4 years ago

MANIFEST.in contains recursive_include test *.py , which may have worked at some point, but doesnt work now.

The underscore needs to be a hyphen.