feat: Implement MFA authentication, add ride statistics model, and update various services, APIs, and tests across the application.

This commit is contained in:
pacnpal
2025-12-28 17:32:53 -05:00
parent aa56c46c27
commit c95f99ca10
452 changed files with 7948 additions and 6073 deletions

View File

@@ -5,9 +5,7 @@ These tests verify that the breadcrumb system generates
correct navigation structures and Schema.org markup.
"""
import pytest
from django.test import RequestFactory
from django.urls import reverse
from apps.core.utils.breadcrumbs import (
Breadcrumb,

View File

@@ -7,7 +7,6 @@ with various parameter combinations.
import pytest
from django.template import Context, Template
from django.test import RequestFactory, override_settings
@pytest.mark.django_db

View File

@@ -8,7 +8,6 @@ correct responses with proper headers and content.
import json
import pytest
from django.http import HttpRequest
from django.test import RequestFactory
from apps.core.htmx_utils import (

View File

@@ -5,7 +5,6 @@ These tests verify that message helper functions generate
consistent, user-friendly messages.
"""
import pytest
from apps.core.utils.messages import (
confirm_delete,

View File

@@ -5,7 +5,6 @@ These tests verify that meta tag helpers generate
correct SEO and social sharing metadata.
"""
import pytest
from django.test import RequestFactory
from apps.core.utils.meta import (