From b314315b528d0c494eb0edb27dedd65a1dbf771f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Sun, 19 Dec 2021 22:35:49 +0900 Subject: [PATCH] rename conflicting test methods Some test methods where redefined, use different name to prevent the clashes --- tests/test_rubygems.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_rubygems.py b/tests/test_rubygems.py index c6f6f6a..214905f 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) -- 2.25.1