Skip to content

Commit bdcc28d

Browse files
committed
tests: minor fixes for backup and merge modules
1 parent 63d79e2 commit bdcc28d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/backup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import shutil
66
from distutils.dir_util import copy_tree
77
from testgres import ProcessType
8+
import subprocess
89

910

1011
module_name = 'backup'

tests/merge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import shutil
88
from datetime import datetime, timedelta
99
import time
10+
import subprocess
1011

1112
module_name = "merge"
1213

0 commit comments

Comments
 (0)