added garmin functional tests

This commit is contained in:
2025-09-28 07:09:36 -07:00
parent 88fb6a601a
commit dcc7f4e6fa
5 changed files with 4931 additions and 109 deletions

View File

@@ -2,4 +2,7 @@
testpaths = tests
addopts = -p no:warnings --verbose
python_files = test_*.py
log_cli = true
log_cli = true
asyncio_mode = auto
markers =
asyncio: marks tests as async