Closed shimwell closed 6 months ago
Closing this as the purpose of the PR was to show that the CI passes even when we chop out the extra files from the setup.cfg. This shows we are testing the local f4enix folder and not the installed package. I've made a PR #71 to fix this with a src layout
Description
To demonstrate why a
src
folder layout would be helpful I have removed files txt and excel from package files in the setup.cfg.I notice the CI does a
pip install .
with the objective of testing the packageI think as we are in the repository root folder with a folder called
f4enix
in that same folder then when we runimport f4enix
we import that folder, not the packageSo we are not testing what we think we are testing. We are testing the folder contents not the package
Moving to a
src/f4enix
layout would fix this