diff --git a/test/util.py b/test/util.py index ef68ca9..f47d215 100644 --- a/test/util.py +++ b/test/util.py @@ -16,6 +16,9 @@ class File(): self.content = content self.perm = perm + def __repr__(self): + return "".format(self.path, self.size) + def __str__(self): return self.path