vliz-be-opsci / pysubyt

python module for Linked Data production (aka semantic uplifting) through Templating
MIT License
0 stars 0 forks source link

consider switching test-framework to pytest #15

Closed marc-portier closed 2 years ago

marc-portier commented 3 years ago

we currently use unittest --> https://docs.python.org/3/library/unittest.html

but pytest seems to be really popular --> https://pypi.org/project/pytest/

(in fact they should be compatible to some level? have to dig deeper)