def test_info(self):
url = self.root.join("samplefile")
-> res = url.info()
assert res.size > len("samplefile") and res.created_rev >= 0