This commit is contained in:
Gilles Soulier
2026-01-14 21:54:55 +01:00
parent c91c0f1fc9
commit d0b73b9319
140 changed files with 5822 additions and 161 deletions

11
tests/api/test_version.py Normal file
View File

@@ -0,0 +1,11 @@
"""
Tests API version.
"""
from pricewatch.app.api.main import version_info
def test_version_info():
"""Retourne la version API."""
response = version_info()
assert response.api_version