def test_notargets(self):
rsync = RSync(self.source)
py.test.raises(IOError, "rsync.send()")
-> assert rsync.send(raises=False) is None