We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d79e2 commit bdcc28dCopy full SHA for bdcc28d
tests/backup.py
@@ -5,6 +5,7 @@
5
import shutil
6
from distutils.dir_util import copy_tree
7
from testgres import ProcessType
8
+import subprocess
9
10
11
module_name = 'backup'
tests/merge.py
@@ -7,6 +7,7 @@
from datetime import datetime, timedelta
import time
12
module_name = "merge"
13
0 commit comments