diff --git a/tests/test_rubygems.py b/tests/test_rubygems.py index c6f6f6a426e3f970e3fc535908597f8cb4dde29c..214905fec3d819e91b51a19b72ece478c100cd96 100644 --- a/tests/test_rubygems.py +++ b/tests/test_rubygems.py @@ -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)