Move parse_time function to main.py and remove parser.py; update tests accordingly
This commit is contained in:
@ -4,5 +4,5 @@ import os
|
||||
|
||||
|
||||
def pytest_configure() -> None:
|
||||
"""Ignore Sentry when running tests."""
|
||||
"""Disable Sentry in tests."""
|
||||
os.environ["SENTRY_DSN"] = ""
|
||||
|
Reference in New Issue
Block a user