Contributing
Set up development environment
Style conventions
Please use Google-style docstring syntax
Test new code
To run tests locally, use pytest:
poetry run pytest --cov=fm2prof
To check coverage:
poetry run pytest --cov=fm2prof
Please use Google-style docstring syntax
To run tests locally, use pytest:
poetry run pytest --cov=fm2prof
To check coverage:
poetry run pytest --cov=fm2prof