FinancePy icon indicating copy to clipboard operation
FinancePy copied to clipboard

delete __init__.py from root

Open epogrebnyak opened this issue 4 years ago • 2 comments

Does this https://github.com/domokane/FinancePy/blob/master/init.py have any purpose? Any imports depend on it? (we need to refactor them if they do)

epogrebnyak avatar Feb 23 '21 21:02 epogrebnyak

The tests cases may need it.

domokane avatar Feb 23 '21 21:02 domokane

The tests cases may need it.

For pytest one might need package to be installed in editable mode with pip install -e ., poetry can enter the enviroment with poetry run pytest. We have to keep in mind this is a bit of red flag something need init.py in root, although not anything to shoot immediately.

epogrebnyak avatar Feb 23 '21 21:02 epogrebnyak