Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
760a998
1
Parent(s):
f8f508f
Renamed tests for convenience
Browse files
tests/{test_e2e.py → test_simulation.py}
RENAMED
@@ -38,7 +38,7 @@ def complete_and_grade_interview(interview_type: str, mode: str = "normal") -> D
|
|
38 |
return {"interview_type": interview_type, "mode": mode, "score": score}
|
39 |
|
40 |
|
41 |
-
def
|
42 |
"""
|
43 |
Test the complete interview process for various interview types, including edge cases.
|
44 |
Runs interviews concurrently using a thread pool and checks the average score.
|
|
|
38 |
return {"interview_type": interview_type, "mode": mode, "score": score}
|
39 |
|
40 |
|
41 |
+
def test_simulate_interview() -> None:
|
42 |
"""
|
43 |
Test the complete interview process for various interview types, including edge cases.
|
44 |
Runs interviews concurrently using a thread pool and checks the average score.
|