Pytest
Pytest is a python testing framework, that I use for unit tests and pytest-cov to ensure a good coverage. The current practices is to have Pytest run on every commit to the master branch via Gitlab’s CI/CD
Pytest is a python testing framework, that I use for unit tests and pytest-cov to ensure a good coverage. The current practices is to have Pytest run on every commit to the master branch via Gitlab’s CI/CD