added tests

This commit is contained in:
2026-04-12 09:35:35 -03:00
parent 5c82703ebe
commit 4de44baf98
14 changed files with 1056 additions and 49 deletions

View File

@@ -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)",
]