As developer you'll need:
pip install coverage pytest fnmatch blackThe code headers can be standardized by running
python tools/update_license_headers.pyfrom the repository root.
You can edit the NOTICE.yml to update the header.
black .We use the pytest framework. You can just run:
pytestFor coverage run:
coverage run -m pytest
coverage report