Add migrations
This commit is contained in:
7396
core/tests/response.json
Normal file
7396
core/tests/response.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,15 @@
|
||||
"""Tests for the views in the core app."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
import pytest
|
||||
from django.http import HttpResponse
|
||||
from django.test import Client
|
||||
from django.urls import reverse
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from django.test import Client
|
||||
from django.test.client import _MonkeyPatchedWSGIResponse # type: ignore[import]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user