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