Actions
PyCharm Settings » History » Revision 1
Revision 1/17
| Next »
Alexander Watzinger, 2020-04-04 18:28
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: Check "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
Updated by Alexander Watzinger almost 3 years ago · 1 revisions