pylint fixes
@lpgeneau can you please take a look ? these are simple fixes for problem raised by pylint.
There was a problem of test methods defined twice, for example
test_deployment_more_or_equal_constraint_success
was defined here and here, so I renamed to fix the conflict. I was not 100% sure what was the difference between the two, the later seemed more complex dependencies, so I just included "complex" in the name - and same for the other conflictI was more thinking of
test_deployment_more_or_equal_constraint_with_twiddle-wakka_success
.The difference between the tests is that the first one check the more or equal constraint of for hashie and the second one check this constraint in addition to twiddle-wakka for cucumber-messages.
Thanks for the explanation @lpgeneau I renamed the test methods as you suggested. Let me know if that's OK