Skip to content

Commit 1f3b45c

Browse files
committed
Updating pytest settings.
1 parent ff59126 commit 1f3b45c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ license_files =
88
max-line-length = 120
99

1010
[tool:pytest]
11-
addopts =
12-
--verbose
13-
--capture=fd
11+
log_cli=False
1412
filterwarnings =
1513
ignore::DeprecationWarning
16-
ignore::UserWarning
14+
addopts =
15+
--log-cli-format "[%(asctime)s][%(levelname)s][%(name)s][%(funcName)s] %(message)s"
16+
--verbose
17+
--capture=sys
1718

1819
[isort]
1920
multi_line_output=3

0 commit comments

Comments
 (0)