630
630
def test_opening_a_file_stream_can_set_mode(self):
634
636
if not t._can_roundtrip_unix_modebits():
635
637
# Can't roundtrip, so no need to run this test
637
640
def check_mode(name, mode, expected):
638
641
handle = t.open_write_stream(name, mode=mode)