Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 590 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 590 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 basic tests for each new feature or API change.

To run tests locally, just launch:

poetry run python manage.py test