Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.11 KB

Contributing to this repository

Getting started

Before you begin:

Don't see your issue? Open one

Before you make your changes, check if an issue already exists for the change you want to make.

If you spot something new, open an issue. We'll discuss the problem you want to fix.

When you're done making changes, open your PR and get it reviewed.

Testing

In order to test the project, run pytest.

pytest <path to the project>/tests --no-header --no-summary -q

You will be able to find log info in <path to the project>/jdi.log.