JBKahn / flake8-debugger

flake8 debug statement checker
MIT License
41 stars 10 forks source link

Upload tests to PyPI #15

Closed dotlambda closed 2 years ago

JBKahn commented 6 years ago

I'll get on this tomorrow!

JBKahn commented 5 years ago

Now that I look at this again, can I get more info on what you want to do? I've never bundled my tests before.

dirkmueller commented 3 years ago

The intention here seems to be to bundle the test_* files in the sdist tarball that is available on pypi. this is going to help with downstream users / distribution packagers to run the tests in the actual distribution setup/environment, so to ensure that not only your code is shipped, but also that your code is shipped in a way that tests are passing, and you don't get frustrating users complaining about things not working.