예제 #1
0
 def test_construct_form(self):
     tool = ObjectTool(self.user_klass)
     tool = TestTool(self.user_klass)
     tool.construct_form(MockRequest())
예제 #2
0
 def test_construct_form(self):
     tool = ObjectTool(User)
     tool = TestTool(User)
     tool.construct_form(MockRequest())
예제 #3
0
 def test_construct_form(self):
     tool = ObjectTool(User)
     tool = TestTool(User)
     tool.construct_form(MockRequest())