def test_docstring(self): docstring = create_docstring( 'Flow_component', self.data['props'], parse_events(self.data['props']), self.data['description'], ) assert_flow_docstring(self.assertEqual, docstring)
def test_docstring(self): docstring = create_docstring( 'Table', self.data['props'], parse_events(self.data['props']), self.data['description'], ) assert_docstring(self.assertEqual, docstring)