Ejemplo n.º 1
0
 def test_normal(self, value, expected):
     assert set(TableFormat.find_all_attr(value)) == set(expected)
Ejemplo n.º 2
0
 def test_normal(self, value, expected):
     assert TableFormat.from_name(value) == expected
Ejemplo n.º 3
0
 def test_normal(self, value, expected):
     assert TableFormat.from_file_extension(value) == expected
Ejemplo n.º 4
0
 def test_normal(self, value, expected):
     assert set(TableFormat.find_all_attr(value)) == set(expected)