radifar / PyPLIF-HIPPOS

HIPPOS Is PyPLIF On Steroids. A Molecular Interaction Fingerprinting Tool for Docking Results of Autodock Vina and PLANTS
https://pyplif-hippos.readthedocs.io
Other
28 stars 8 forks source link

Restructure source and test directory #7

Closed radifar closed 3 years ago

radifar commented 3 years ago

After some trouble in testing import module, I just figured out that pytest automatically load __init__.py on pyplif_hippos package because the tests folder is there. As stated by many Python packaging expert Hynek Schlawack, Claudio Jolowicz, and Ionel Cristian Mărieș it is better to put your project on src directory and your test directory to the main directory to prevent (so many) unwanted troubles.

codecov[bot] commented 3 years ago

Codecov Report

Merging #7 (33e348d) into master (88986b7) will decrease coverage by 24.34%. The diff coverage is n/a.