dsfsi/textaugment

Update unit-test scripts

JosephSefara opened this issue · 3 comments

Update unit-test scripts

@JosephSefara could you update the details on what you need here.

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

Might be worth looking into migrating from setup.py to pyproject.toml using poetry. It's considered best practice. See here .