This commit is contained in:
2026-01-06 19:35:49 +03:00
parent ff92ab2b30
commit 7d2a734b7d
13 changed files with 162 additions and 9 deletions
@@ -15,6 +15,7 @@ class TestDTO:
password=self.model.password,
expires_at=self.model.expires_at,
attempts=self.model.attempts,
time_limit=self.model.time_limit,
is_active=self.model.is_active,
are_results_viewable=self.model.are_results_viewable,
created_at=self.model.created_at,