Before you begin:
- Python 3.11 is used for this project.
- For EPAM employees only: have you read the Best Practices for Managing Secrets?
- Check out the existing issues.
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.
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
.