Beispiel #1
0
 def test_count_total_match_points(self):
     self.assertListEqual(User.count_total_match_points(self, interests_matches=[(1, 0)],
                                                        group_matches=[(1, 0), (2, 0)]),
                          [((1, 0), 2), ((2, 0), 1)])