예제 #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')