test: placeholder tests

This commit is contained in:
Benexl
2025-07-07 00:41:24 +03:00
parent cdad70e40d
commit f51ceaacd7
18 changed files with 385 additions and 17 deletions

View File

@@ -39,5 +39,11 @@ dev-dependencies = [
"pyinstaller>=6.11.1",
"pyright>=1.1.384",
"pytest>=8.3.3",
"pytest-httpx>=0.35.0",
"ruff>=0.6.9",
]
[tool.pytest.ini_options]
markers = [
"integration: marks tests as integration tests that require a live network connection",
]