Ejemplo n.º 1
0
 def test_is_textfile_false(self):
     assert is_textfile(self.binaryfilename) == False
Ejemplo n.º 2
0
 def test_is_textfile_true(self):
     assert is_textfile(self.textfilename)