示例#1
0
 def test_open_text(self):
     with open_text(__file__) as f:
         self.assertEqual(f.mode, 'rt')
示例#2
0
 def test_open_text(self):
     with open_text(__file__) as f:
         self.assertEqual(f.mode, 'rt')