Skip to content

Commit cec35c5

Browse files
Merge pull request #100 from ISISComputingGroup/make_pycharm_setup_clearer
make pycharm setup clearer for pytest options
2 parents 30c3a88 + 92e637a commit cec35c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev/set_up_dev_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python -m pytest
2727
```
2828

2929
```{note}
30-
To debug the tests in pycharm, use `--no-cov` as an additional option to your run configuration. There is a conflict [issue](https://youtrack.jetbrains.com/issue/PY-20186/debugging-of-py.test-does-not-stop-on-breakpoints-if-coverage-plugin-enabled) with the pytest-cov module which breaks the debugger.
30+
To debug the tests in pycharm, use `--no-cov` as an [additional option to your default/template run configuration.](https://stackoverflow.com/a/52295919) There is a conflict [issue](https://youtrack.jetbrains.com/issue/PY-20186/debugging-of-py.test-does-not-stop-on-breakpoints-if-coverage-plugin-enabled) with the pytest-cov module which breaks the debugger.
3131
```
3232

3333
## Run lints

0 commit comments

Comments
 (0)