325
325
t.put_bytes_non_atomic('dir/a', 'contents for dir/a\n',
327
327
self.check_transport_contents('contents for dir/a\n', t, 'dir/a')
329
329
# But we still get NoSuchFile if we can't make the parent dir
330
330
self.assertRaises(NoSuchFile, t.put_bytes_non_atomic, 'not/there/a',