Setup
Editors can be support you by simplifying the contribution process with a number of useful assets.
Since every developer can use the editor he or she likes the most, this section lists the most commonly used and how to
set them up to maximize your workflow efficiency while working on reporting.
PyCharm
Setup
- Press
Strg+Alt+Sor click onFile/Settings. - Go to
Tools/Python Integrated Tools - Select:
- Default test runner:
pytest - Docstring format:
Google
- Default test runner:
Best Practice
Creating a Comment
- click on the function or class definition
- press
Alt+Enter - choose
Insert documentation string stub