customerio-python
customerio-python copied to clipboard
Installing the package messes up my projects that have a `tests` module
Correct me if I'm wrong, but most projects tend to have a tests directory where they keep all their tests. Installing customerio messes up my projects where I'm importing from tests since it assumes I'm importing from customerio. This should be remedied IMO.
Thoughts?
I second @Diveafall. I don't think it is a good idea to ship customer.io tests along with the customer.io package
For example, all python libs shipped by Google only include packages starting with the google namespace in their distribution (see here for example)