def file_digest(self, path): return get_digest(read_file(path))
def fixture(self, path): return read_file(self.fixture_path(path))