latchset / custodia

An API to manage secrets storage and retrieval
GNU General Public License v3.0
85 stars 27 forks source link

Move custodia Python package into src/ directory #156

Closed tiran closed 7 years ago

tiran commented 7 years ago

We should follow @hynek's advice https://hynek.me/articles/testing-packaging/ and move custodia into a src subdirectory. His blog post describes the necessity in great detail. Once the code is in src/ directory, I can improve coverage reporting. The current project layout confuses coverage. We also don't test what we actually install.