Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2095683

Browse files
knizhnikkelvich
authored andcommitted
Increase number of workers
1 parent1937b71 commit2095683

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎tests2/test_regression.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ class RecoveryTest(unittest.TestCase):
77
@classmethod
88
defsetUpClass(self):
99
print('setUp')
10-
# subprocess.check_call(['docker-compose','up',
11-
# '--force-recreate',
12-
# '--build',
13-
# '-d'])
10+
subprocess.check_call(['docker-compose','up',
11+
'--force-recreate',
12+
'--build',
13+
'-d'])
1414

1515
@classmethod
1616
deftearDownClass(self):
1717
print('tearDown')
18-
# subprocess.check_call(['docker-compose','down'])
18+
subprocess.check_call(['docker-compose','down'])
1919

2020
deftest_regression(self):
2121
# XXX: make smth clever here

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp