File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ def testFormatRPMTestDependencies(self):
8787 test_writer = self ._CreateTestWriter ()
8888
8989 expected_formatted_test_dependencies = (
90- 'TEST_DEPENDENCIES="python3-pbr\n ' ' python3-setuptools";'
90+ "TEST_DEPENDENCIES=\" python3-pbr\n "
91+ " python3-setuptools\" ;"
9192 )
9293
9394 python_dependencies = test_writer ._GetRPMPythonDependencies ()
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ def testFormatDPKGTestDependencies(self):
8484 test_writer = self ._CreateTestWriter ()
8585
8686 expected_formatted_test_dependencies = (
87- 'TEST_DEPENDENCIES="python3-pbr\n ' ' python3-setuptools";'
87+ "TEST_DEPENDENCIES=\" python3-pbr\n "
88+ " python3-setuptools\" ;"
8889 )
8990
9091 python_dependencies = test_writer ._GetDPKGPythonDependencies ()
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ def testFormatDPKGTestDependencies(self):
8484 test_writer = self ._CreateTestWriter ()
8585
8686 expected_formatted_test_dependencies = (
87- 'TEST_DEPENDENCIES="python3-pbr\n ' ' python3-setuptools";'
87+ "TEST_DEPENDENCIES=\" python3-pbr\n "
88+ " python3-setuptools\" ;"
8889 )
8990
9091 python_dependencies = test_writer ._GetDPKGPythonDependencies ()
You can’t perform that action at this time.
0 commit comments