Example #1
0
 def test_all(self):
     from urls import router
     ff = FormFactory(router)
     templates = ff.render_all()
     self.assertTrue(len(templates), 500)
Example #2
0
 def test_all(self):  
     from urls import router
     ff = FormFactory(router)
     templates = ff.render_all()
     self.assertTrue(len(templates), 500)