Ejemplo n.º 1
0
 def test_rank(self):
     """
     s is rank_all() for a single submission,
     rank_all() is here for test coverage
     """
     rank_all()
     s = self.submission.calculate_score()
     self.assertGreater(s, 0)
Ejemplo n.º 2
0
 def run(self):
     rank_all()