Skip to content

Commit

Permalink
temp: print partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jul 5, 2024
1 parent b3df1dd commit 0c5510d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmodule/partitions/tests/test_partitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ def test_enrollment_track_partition_not_added_if_conflict(self):
self.non_random_scheme,
self.TEST_PARAMETERS,
)
print(self.user_partition)
self.course.user_partitions = [self.user_partition]
all_partitions = get_all_partitions_for_course(self.course)
assert 1 == len(all_partitions)
Expand Down

0 comments on commit 0c5510d

Please sign in to comment.