Skip to content

Commit 8ba1639

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent aaa7d0a commit 8ba1639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog/14023.feature.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added --report-chars long CLI option.
1+
Added --report-chars long CLI option.

testing/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_report_chars_long_option(
101101
self, pytester: Pytester, tmp_path: Path, monkeypatch: MonkeyPatch
102102
) -> None:
103103
"""Test that --report-chars is parsed correctly."""
104-
monkeypatch.setenv("PYTEST_ADDOPTS", '--report-chars=fE')
104+
monkeypatch.setenv("PYTEST_ADDOPTS", "--report-chars=fE")
105105
config = pytester.parseconfig(tmp_path)
106106
assert config.option.reportchars == "fE"
107107

0 commit comments

Comments
 (0)