We use find_packages which will discover the tests folder since it has an __init__.py. This means that when you install cloudpathlib you also end up with a tests package in your site-packages.
|
packages=find_packages(), |
We should just include cloudpathlib explicitly rather than using find_packages since it is the only one.