certbot/certbot-compatibility-test/certbot_compatibility_test
James Payne 5300d7d71f Fix Pylint upgrade issues
* Remove unsupported pylint disable options
    * star-args removed in Pylint 1.4.3
    * abstract-class-little-used removed in Pylint 1.4.3

* Fixes new lint errors

* Copy dummy-variable-rgx expression to new ignored-argument-names expression to ignore unused funtion arguments

* Notable changes
    * Refactor to satisfy Pylint no-else-return warning
    * Fix Pylint inconsistent-return-statements warning
    * Refactor to satisfy consider-iterating-dictionary
    * Remove methods with only super call to satisfy useless-super-delegation
    * Refactor too-many-nested-statements where possible
    * Suppress type checked errors where member is dynamically added (notably derived from josepy.JSONObjectWithFields)
    * Remove None default of func parameter for ExitHandler and ErrorHandler

Resolves #5973
2018-05-16 20:37:39 +00:00
..
configurators Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
testdata Fix and speed up compatibility-tests 2017-06-21 13:29:00 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-compatibility-test 2016-04-13 16:59:37 -07:00
errors.py s/Let's Encrypt/Certbot certbot-compatibility-test 2016-04-13 16:59:37 -07:00
interfaces.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
test_driver.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
util.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
validator.py Fix print() and xrange() for Python 3 (#5590) 2018-03-14 09:37:29 -07:00
validator_test.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00