609
609
def test_opening_a_file_stream_can_set_mode(self):
613
615
if not t._can_roundtrip_unix_modebits():
614
616
# Can't roundtrip, so no need to run this test
616
619
def check_mode(name, mode, expected):
617
620
handle = t.open_write_stream(name, mode=mode)