byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

Do not install "test" directory #174

Closed mitar closed 5 years ago

mitar commented 5 years ago

You install "test" directory alongside your package. So then it is available in /usr/local/lib/python3.6/dist-packages/test. So if somebody tries to do import test it gets that directory. test is very generic name, so this can lead to issues/surprises.

I think you should simply not install tests at all.