def test_widget_type_numeric(self): self.validate_node(self.parse_widget_type, "widget numeric", AST.NumericNode())
def test_widget_question(self): self.validate_node(self.parse_question, "question name widget numeric", AST.WidgetQuestionNode("name", AST.NumericNode()))