added tests
This commit is contained in:
@@ -22,6 +22,7 @@ dependencies = [
|
||||
dev = [
|
||||
"pytest",
|
||||
"pytest-asyncio",
|
||||
"httpx",
|
||||
"ruff",
|
||||
]
|
||||
|
||||
@@ -34,3 +35,6 @@ select = ["E", "F", "I"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
markers = [
|
||||
"live: tests that hit external APIs (OpenMeteo, FAA)",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user