mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-29 22:47:00 -05:00
feat: Implement MFA authentication, add ride statistics model, and update various services, APIs, and tests across the application.
This commit is contained in:
@@ -4,11 +4,10 @@ Tests for ContractValidationMiddleware.
|
||||
Following Django styleguide pattern: test__<context>__<action>__<expected_outcome>
|
||||
"""
|
||||
|
||||
import pytest
|
||||
import json
|
||||
from unittest.mock import Mock, patch, MagicMock
|
||||
from django.test import TestCase, RequestFactory, override_settings
|
||||
from django.http import JsonResponse, HttpResponse
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from django.http import HttpResponse, JsonResponse
|
||||
from django.test import RequestFactory, TestCase, override_settings
|
||||
|
||||
from apps.api.v1.middleware import (
|
||||
ContractValidationMiddleware,
|
||||
|
||||
Reference in New Issue
Block a user