Ejemplo n.º 1
0
 def test_getSubmissions(self):
     #check that getSubmissions() returns the same amount of rows as mongo
     stat = len(Submission.getSubmissions())
     mon = Connection().testing.subs
     mon = mon.find().count()
     assert mon == stat