PyCharm Settings » History » Version 2
Alexander Watzinger, 2020-04-04 18:30
1 | 1 | Alexander Watzinger | h1. PyCharm Settings |
---|---|---|---|
2 | |||
3 | Some settings for those using "PyCharm":https://www.jetbrains.com/pycharm/ IDE |
||
4 | |||
5 | h2. Settings -> Editor -> General |
||
6 | |||
7 | 2 | Alexander Watzinger | Strip trailing spaces on save = *All* |
8 | Ensure line feed at file end on save = *Checked* |
||
9 | 1 | Alexander Watzinger | |
10 | h2. Nosetests |
||
11 | |||
12 | 2 | Alexander Watzinger | Target: Choose *Script path* and enter path to *tests*, e.g. /home/alex/projects/www/openatlas/tests |
13 | Additional Arguments: *--with-coverage --cover-package openatlas --cover-html --cover-tests --cover-erase* |