Ejemplo n.º 1
0
 def teardown(self):
     helper.clean_db()
     assert len(walls.get_latest(10)) == 0
Ejemplo n.º 2
0
 def setup(self):
     helper.clean_db()
     for i in range(10):
         walls.create(str(i))
     eq_(len(Wall.all().fetch(100)), 10)
Ejemplo n.º 3
0
 def teardown(self):
     helper.clean_db()
Ejemplo n.º 4
0
 def teardown(self):
     helper.clean_db()
     assert len(walls.get_latest(10)) == 0
Ejemplo n.º 5
0
 def setup(self):
     helper.clean_db()
     for i in range(10):
         walls.create(str(i))
     eq_(len(Wall.all().fetch(100)), 10)
Ejemplo n.º 6
0
 def teardown(self):
     helper.clean_db()