jlubcke / tri.struct

tri.struct supplies classes that can be used like dictionaries and as objects with attribute access at the same time
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Include tests in sdist #3

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

Please add tests to the sdist uploaded to PyPI, so that they can be used to verify the built library.

Using check-manifest from PyPI is a great automate-able way to ensure that all necessary artifacts are included in MANIFEST.in.

This only affects the sdist; it will not increase the download size of the wheels. c.f. https://github.com/TriOptima/tri.struct/issues/2

In any case, the size of the tests here is negligible.

boxed commented 5 years ago

I don't agree. Running tests is too big of a thing.