Removed pytest ini (all pytest config should happen in pyproject.toml)

Added csharp to markers
This commit is contained in:
Michael Panchenko
2025-06-28 23:42:44 +02:00
parent 5c151ad1c4
commit 22372a30fa
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -271,6 +271,7 @@ max-complexity = 20
]
[tool.pytest.ini_options]
addopts = "--snapshot-patch-pycharm-diff"
markers = [
"python: language server running for Python",
"go: language server running for Go",
@@ -278,6 +279,7 @@ markers = [
"rust: language server running for Rust",
"typescript: language server running for TypeScript",
"php: language server running for PHP",
"csharp: language server running for C#",
"snapshot: snapshot tests for symbolic editing operations",
"isolated_process: test runs with process isolated agent",
]
-2
View File
@@ -1,2 +0,0 @@
[pytest]
addopts = --snapshot-patch-pycharm-diff