Exemplo n.º 1
0
 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)
Exemplo n.º 2
0
 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)
Exemplo n.º 3
0
 def test_docstring(self):
     docstring = create_docstring(
         'Table',
         self.data['props'],
         parse_events(self.data['props']),
         self.data['description'],
     )
     assert_docstring(self.assertEqual, docstring)
Exemplo n.º 4
0
 def test_docstring(self):
     docstring = create_docstring(
         'Table',
         self.data['props'],
         parse_events(self.data['props']),
         self.data['description'],
     )
     assert_docstring(self.assertEqual, docstring)