aboutsummaryrefslogtreecommitdiff
path: root/tests/models/legacy/test_user_question_answer_in.py
diff options
context:
space:
mode:
authorstuppie2026-08-18 19:09:22 -0600
committerstuppie2026-08-18 19:09:22 -0600
commit28729d407470407bbc78bc7fb6574953b2f03f59 (patch)
tree698a5820105f0ff02c93b5205faee7747fcb6ad9 /tests/models/legacy/test_user_question_answer_in.py
parent4d4fce08f3a4c9dbd78fdacf3193b345cf982da3 (diff)
parent0742210fc7eaa54d8068bfd18414158dc9b33672 (diff)
downloadgeneralresearch-28729d407470407bbc78bc7fb6574953b2f03f59.tar.gz
generalresearch-28729d407470407bbc78bc7fb6574953b2f03f59.zip
Merge branch 'master' of ssh://code.g-r-l.com/generalresearch
Diffstat (limited to 'tests/models/legacy/test_user_question_answer_in.py')
-rw-r--r--tests/models/legacy/test_user_question_answer_in.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/models/legacy/test_user_question_answer_in.py b/tests/models/legacy/test_user_question_answer_in.py
index 253c46e..224334a 100644
--- a/tests/models/legacy/test_user_question_answer_in.py
+++ b/tests/models/legacy/test_user_question_answer_in.py
@@ -24,12 +24,12 @@ class TestUserQuestionAnswers:
session_factory,
utc_hour_ago,
):
- from generalresearch.models.thl.session import Session, Wall
- from generalresearch.models.thl.user import User
from generalresearch.models import Source
from generalresearch.models.legacy.questions import (
UserQuestionAnswers,
)
+ from generalresearch.models.thl.session import Session, Wall
+ from generalresearch.models.thl.user import User
u: User = user_factory(product=product)
@@ -161,10 +161,7 @@ class TestUserQuestionAnswers:
def test_allow_answer_failures_silent(
self,
- product_manager,
user_manager,
- session_manager,
- wall_manager,
product,
user_factory,
utc_hour_ago,
@@ -176,11 +173,11 @@ class TestUserQuestionAnswers:
that one QuestionAnswerIn without "loosing" any of the other
QuestionAnswerIn items that they provided.
"""
- from generalresearch.models.thl.session import Session, Wall
- from generalresearch.models.thl.user import User
from generalresearch.models.legacy.questions import (
UserQuestionAnswers,
)
+ from generalresearch.models.thl.session import Session, Wall
+ from generalresearch.models.thl.user import User
u: User = user_factory(product=product)