We are happy to accept contributions to mplhep
via Pull Requests to the GitHub repo. To get started fork the repo.
If you would like to make a pull request please:
- Make a fork of the project
- Install
pre-commit
and the project'spre-commit
hooks - Commit your changes to a feature branch of your fork push to your branch
- Test your changes with
pytest
- Make a PR
TBD.
python -m pip install --upgrade --editable ".[all]"
You can run the unit tests (which should be fast!) via the following command.
pytest --mpl --ignore=tests/test_notebooks.py
Note: This ignores the notebook tests (which are run via papermill which run somewhat slow. Make sure to run the complete suite before submitting a PR
pytest --mpl
We try to follow Conventional Commit for commit messages and PR titles. Since we merge PR's using squash commits, it's fine if the final commit messages (proposed in the PR body) follow this convention.
If you modified expected outcomes of the test. New baseline visuals can be generated using this command:
pytest --mpl-generate-path=tests/baseline