Skip to content

Commit 8045bbe

Browse files
committedMar 14, 2018
add missing test
1 parent e27f01b commit 8045bbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tests/test_simple.py

+3
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,9 @@ def test_child_pids(self):
736736
with self.assertRaises(TestgresException):
737737
master.source_walsender
738738

739+
with master.connect() as con:
740+
self.assertGreater(con.pid, 0)
741+
739742
with master.replicate().start() as replica:
740743

741744
# test __str__ method

0 commit comments

Comments
 (0)