We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff59126 commit 1f3b45cCopy full SHA for 1f3b45c
setup.cfg
@@ -8,12 +8,13 @@ license_files =
8
max-line-length = 120
9
10
[tool:pytest]
11
-addopts =
12
- --verbose
13
- --capture=fd
+log_cli=False
14
filterwarnings =
15
ignore::DeprecationWarning
16
- ignore::UserWarning
+addopts =
+ --log-cli-format "[%(asctime)s][%(levelname)s][%(name)s][%(funcName)s] %(message)s"
+ --verbose
17
+ --capture=sys
18
19
[isort]
20
multi_line_output=3
0 commit comments