Commit b314315b authored by Jérome Perrin's avatar Jérome Perrin

rename conflicting test methods

Some test methods where redefined, use different name to prevent the
clashes
parent 2cfc7fed
Pipeline #18979 passed with stage
in 0 seconds
...@@ -376,7 +376,7 @@ class RubyGemsDeploymentTestCase(RubyGemsTestCase): ...@@ -376,7 +376,7 @@ class RubyGemsDeploymentTestCase(RubyGemsTestCase):
'middleware==0.1.0 multi_json==1.0.0 protobuf-cucumber==3.10.8 ' 'middleware==0.1.0 multi_json==1.0.0 protobuf-cucumber==3.10.8 '
'thor==0.9.2 thread_safe==0.1.0' 'thor==0.9.2 thread_safe==0.1.0'
}}) }})
def test_deployment_more_or_equal_constraint_error( def test_deployment_more_or_equal_with_twiddle_wakka_constraint_error(
self, path, patches, buildout, name, options, version): self, path, patches, buildout, name, options, version):
self.assertRaisesRegexp( self.assertRaisesRegexp(
UserError, UserError,
...@@ -392,7 +392,7 @@ class RubyGemsDeploymentTestCase(RubyGemsTestCase): ...@@ -392,7 +392,7 @@ class RubyGemsDeploymentTestCase(RubyGemsTestCase):
'middleware==0.1.0 multi_json==1.0.0 protobuf-cucumber==3.10.8 ' 'middleware==0.1.0 multi_json==1.0.0 protobuf-cucumber==3.10.8 '
'thor==0.9.2 thread_safe==0.1.0' 'thor==0.9.2 thread_safe==0.1.0'
}}) }})
def test_deployment_more_or_equal_constraint_success( def test_deployment_more_or_equal_with_twiddle_wakka_constraint_success(
self, path, patches, buildout, name, options, version): self, path, patches, buildout, name, options, version):
self.deployment_install_test( self.deployment_install_test(
buildout, name, path, patches, options, version) buildout, name, path, patches, options, version)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment