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 45fe47e commit 0d611b2Copy full SHA for 0d611b2
pyproject.toml
@@ -184,6 +184,18 @@ combine-as-imports = true
184
"src/tmuxp/cli/*.py" = ["PTH"]
185
"docs/_ext/aafig.py" = ["PTH"]
186
187
+[tool.pytest.ini_options]
188
+addopts = "--reruns=0 --tb=short --no-header --showlocals --doctest-modules"
189
+doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
190
+testpaths = [
191
+ "src/tmuxp",
192
+ "tests",
193
+ "docs",
194
+]
195
+filterwarnings = [
196
+ "ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::",
197
198
+
199
[build-system]
200
requires = ["poetry_core>=1.0.0"]
201
build-backend = "poetry.core.masonry.api"
setup.cfg
0 commit comments