Actions
PyCharm Settings » History » Revision 3
« Previous |
Revision 3/17
(diff)
| Next »
Alexander Watzinger, 2020-06-04 16:04
PyCharm Settings¶
Some settings for those using PyCharm IDE
Settings -> Editor -> General¶
Strip trailing spaces on save = All
Ensure line feed at file end on save = Checked
Nosetests¶
Target: Choose Script path and enter path to tests, e.g. /home/alex/projects/www/openatlas/tests
Additional Arguments: --with-coverage --cover-package openatlas --cover-html --cover-tests --cover-erase
Preferences¶
These are some personal preferences which don't have any effect on submitted code.
Font¶
- Font: DejaVu Sans Mono
- Size: 13
- Line spacing: 1.2
Updated by Alexander Watzinger over 2 years ago · 3 revisions