Skip to content

Commit de7e7d8

Browse files
committed
show exception message in test_control_data()
1 parent 0b1a933 commit de7e7d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testgres/tests/test_simple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def test_control_data(self):
147147
data = node.get_control_data()
148148
self.assertIsNotNode(data)
149149
except PgControlDataException as e:
150+
print(e)
150151
got_exception = True
151152
except Exception as e:
152153
pass

0 commit comments

Comments
 (0)