Ejemplo n.º 1
0
 def test_convert_filename_char_allowed(self):
     assert utils.convert_filename_char("!") == "!"
Ejemplo n.º 2
0
 def test_convert_filename_char(self):
     assert utils.convert_filename_char("\u00A3") == "\\xa3"