Private
Public Access
1
0

fixed tests

This commit is contained in:
Sander Roosendaal
2022-02-15 08:56:49 +01:00
parent 221953bfdf
commit 7c07b41707
4 changed files with 3 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ pytestmark = pytest.mark.django_db
from bs4 import BeautifulSoup
import re
from parameterized import parameterized
from django.test import TestCase, Client,override_settings, RequestFactory, TransactionTestCase
from django.core.management import call_command