Ejemplo n.º 1
0
 def test_widget_type_numeric(self):
     self.validate_node(self.parse_widget_type, "widget numeric",
                        AST.NumericNode())
Ejemplo n.º 2
0
 def test_widget_question(self):
     self.validate_node(self.parse_question, "question name widget numeric",
                        AST.WidgetQuestionNode("name", AST.NumericNode()))