Move parse_time function to main.py and remove parser.py; update tests accordingly

This commit is contained in:
2025-02-25 16:22:30 +01:00
parent cc293e800d
commit 95b74398f3
5 changed files with 101 additions and 119 deletions

View File

@ -4,5 +4,5 @@ import os
def pytest_configure() -> None:
"""Ignore Sentry when running tests."""
"""Disable Sentry in tests."""
os.environ["SENTRY_DSN"] = ""