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):
'middleware==0.1.0 multi_json==1.0.0 protobuf-cucumber==3.10.8 '
'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.assertRaisesRegexp(
UserError,
......@@ -392,7 +392,7 @@ class RubyGemsDeploymentTestCase(RubyGemsTestCase):
'middleware==0.1.0 multi_json==1.0.0 protobuf-cucumber==3.10.8 '
'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.deployment_install_test(
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