Update unit-test scripts
JosephSefara opened this issue · 3 comments
JosephSefara commented
Update unit-test scripts
vukosim commented
@JosephSefara could you update the details on what you need here.
JosephSefara commented
Create unit tests scripts for dependencies and other modules. This can somehow solve issue #18 provided we do not enforce version number of dependent library, see line 45 in setup.py
DanWertheimer commented
Might be worth looking into migrating from setup.py to pyproject.toml using poetry. It's considered best practice. See here .