mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Merge pull request #26257 from ClickHouse/CurtizJ-patch-3
Fix output of TSV in integration tests
This commit is contained in:
commit
60b87a57c7
@ -39,6 +39,9 @@ class TSV:
|
||||
def __str__(self):
|
||||
return '\n'.join(self.lines)
|
||||
|
||||
def __repr__(self):
|
||||
return self.__str__()
|
||||
|
||||
def __len__(self):
|
||||
return len(self.lines)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user