示例#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())