We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc07ecf commit 4e85cb2Copy full SHA for 4e85cb2
2 files changed
pyproject.toml
@@ -75,6 +75,11 @@ packages = [
75
"splunklib.ai.engines",
76
]
77
78
+[tool.pytest.ini_options]
79
+markers = ["app: requires sdk-app-collection", "smoke: essential smoke tests"]
80
+junit_family = "xunit2"
81
+
82
83
[tool.basedpyright]
84
exclude = [".venv"]
85
allowedUntypedLibraries = ["splunklib"]
@@ -85,6 +90,7 @@ reportUnknownMemberType = false
90
reportUnusedCallResult = false
86
91
87
92
# https://docs.astral.sh/ruff/configuration/
93
88
94
[tool.ruff]
89
95
line-length = 100
96
pytest.ini
0 commit comments