Skip to content

Commit

Permalink
* removed tailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aostr committed Jun 26, 2016
1 parent e04d9ff commit 1ce4670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _pytest/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def pytest_addoption(parser):
"(p)passed, (P)passed with output, (a)all except pP. "
"The pytest warnings are displayed at all times except when "
"--disable-pytest-warnings is set")
group._addoption('--disable-pytest-warnings', default=False,
group._addoption('--disable-pytest-warnings', default=False,
dest='disablepytestwarnings', action='store_true',
help='disable warnings summary, overrides -r w flag')
group._addoption('-l', '--showlocals',
Expand Down
2 changes: 1 addition & 1 deletion testing/test_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class option:
assert getreportopt(config) == "sfxw"

config.option.reportchars = "sfxw"
config.option.disablepytestwarnings = False
config.option.disablepytestwarnings = False
assert getreportopt(config) == "sfxw"


Expand Down

0 comments on commit 1ce4670

Please sign in to comment.