Skip to content

Commit 1e4a636

Browse files
committed
split into two independent tests for participants
1 parent 637be04 commit 1e4a636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_dilemma.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ def test_get_participants():
243243
list(exhaustive(GROUP_PROMPT_CONDITIONS))
244244
)
245245
assert get_participants(n) == random_participants
246+
247+
248+
def test_factorial_participants():
246249
factorial_participants = get_participants(num_participant_samples=0)
247250
assert get_participants(0) == factorial_participants
248251
assert len(factorial_participants) == 3888

0 commit comments

Comments
 (0)