Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit ce72b03

Browse files
rciorbamatrixise
authored andcommitted
fix typo in test_p3_templatetags test name (#1277)
* fix typo in test_p3_templatetags test name * remove unused imports
1 parent 7c3c9f7 commit ce72b03

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

tests/test_p3_templatetags.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
from datetime import timedelta
2-
31
import pytest
42

5-
from django.urls import reverse
6-
from django.core.files.uploadedfile import SimpleUploadedFile
7-
from django.utils import timezone
8-
9-
from conference.models import TALK_STATUS, TALK_LEVEL
103
from p3.templatetags import sessions
11-
from tests.factories import UserFactory, TalkFactory, ConferenceTagFactory, TalkSpeakerFactory, SpeakerFactory
12-
from tests.common_tools import get_default_conference, redirects_to, template_used, make_user
4+
from tests.factories import TalkSpeakerFactory
5+
from tests.common_tools import get_default_conference, make_user
136

147
pytestmark = [pytest.mark.django_db]
158

169

17-
def test_spealers_templatetag():
10+
def test_speakers_templatetag():
1811
names = [
1912
# these 2 should not be listed
2013
("To Be", "Announced"),

0 commit comments

Comments
 (0)