Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 735 Bytes

File metadata and controls

44 lines (29 loc) · 735 Bytes

CONTRIBUTING

if you are interested in the development and maintenance of this package is recommended to use poetry for dependency management.

Environment

Clone the project

$ git clone https://gitlab.com/softbutterfly/runningbox-api-python.git
$ cd culqi

Install dependencies

$ poetry install

Testing and coverage

You can exec test with poetry

poetry run pytest --cov --cov-report=
poetry run coverage report

Or use tox for testing acros multiple environments

poetry run tox

¿Do you want to send a PR?

Pleas before you make your first commit execute

$ poetry run pre-commit install

Then you can commit and send your PR!