Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 652 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 652 Bytes

Contributing to Open-Prices

How to install on your local machine

see INSTALL.md

Install pre-commit hooks

This repo uses pre-commit to enforce code styling, etc. To install it, run the following (in your virtual environment):

pre-commit install

Now pre-commit will run automatically on git commit :)

Write and run tests

You should create unit tests for each new feature or API change (see test_api.py).

To run tests, just launch:

pytest