We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195d5a6 commit f1a0dfeCopy full SHA for f1a0dfe
tests/test_database.py
@@ -503,6 +503,7 @@ def test_custom_django_db_setup(django_pytester: DjangoPytester) -> None:
503
import pytest
504
import psycopg
505
from django.conf import settings as django_settings
506
+ from django.core.management import call_command
507
508
def run_sql(query, fetch=False, db='default'):
509
conn = psycopg.connect(
0 commit comments