njsmith / colorspacious

A powerful, accurate, and easy-to-use Python library for doing colorspace conversions
MIT License
169 stars 16 forks source link

tests in codebase? #12

Open nschloe opened 6 years ago

nschloe commented 6 years ago

When working with colorspacious, I noticed that tests are integrated in the library code. Is this intentional? I would more naturally have expected them in ./tests/, next to ./colorspacious/ and ./doc.

KelSolaar commented 6 years ago

It is quite typical in the scientific packages: Numpy, Scipy, skimage, pandas to a lesser degree do the same.

nschloe commented 6 years ago

All of the examples have separate test/ directories... Do I misunderstand something?