Run pytest or the streamlit app or the dash app. pycache directories appear inside the src directory. This indicates that the code is being executed from src, and not the install python module.
Expected behavior:
Tests run on the installed python module
Web apps run from the installed python module
Description:
Penn_chime
is not being run as a python module.Steps to reproduce:
Run pytest or the streamlit app or the dash app. pycache directories appear inside the src directory. This indicates that the code is being executed from src, and not the install python module.
Expected behavior:
Tests run on the installed python module Web apps run from the installed python module
What I got instead:
pycache directories appear inside
src