Closed dotlambda closed 2 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.
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.
I'll get on this tomorrow!