Skip to content

Commit

Permalink
Update docs (#1115)
Browse files Browse the repository at this point in the history
* Contribotrs doc is outdated and not needed since users can just look
  at the Sceptre org users and teams for that info.
* Add docs about pycharm debugger not working with project settings
  and how to fix it.
  • Loading branch information
zaro0508 authored Oct 4, 2021
1 parent 86f3b9c commit ab9afba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 47 deletions.
47 changes: 0 additions & 47 deletions CONTRIBUTORS.md

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ fail_under = 90.0
show_missing = true

[tool.pytest.ini_options]
# The "--cov" option will disable the pycharm debugger. To enable the debugger either
# remove this flag or add the "--no-cov" to your pycharm's pytest run configuration.
# https://github.com/pytest-dev/pytest-cov/issues/131
# https://stackoverflow.com/questions/34870962/how-to-debug-py-test-in-pycharm-when-coverage-is-enabled
addopts = "-s --cov --cov-report term --cov-report term-missing --cov-report xml"

0 comments on commit ab9afba

Please sign in to comment.