============================= test session starts ============================= platform win32 -- Python 3.12.10, pytest-7.4.3, pluggy-1.6.0 rootdir: C:\Users\mclou\temp_compare_rateright\-RateRight configfile: pytest.ini plugins: anyio-4.10.0, cov-4.1.0, flask-1.3.0 collected 11 items tests\test_auth_endpoints.py . [ 9%] tests\test_core_functionality.py .........F [100%] ================================== FAILURES =================================== ________________ TestNotifications.test_notification_creation _________________ tests\test_core_functionality.py:408: in test_notification_creation found_notif.mark_as_read() app\models\notification.py:213: in mark_as_read self.read_at = datetime.now(timezone.utc) E NameError: name 'timezone' is not defined =========================== short test summary info =========================== FAILED tests/test_core_functionality.py::TestNotifications::test_notification_creation ================== 1 failed, 10 passed, 85 warnings in 4.99s ==================