certbot/certbot-apache/certbot_apache/tests
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
..
apache-conf-files Do not parse disabled configuration files from under sites-available on Debian / Ubuntu (#4104) 2017-09-25 12:03:09 -07:00
testdata Apache HTTP01 Improvements 2018-01-16 23:17:08 -08:00
__init__.py s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
augeas_configurator_test.py Switch from nose to pytest (#5282) 2017-12-01 10:59:55 -08:00
centos_test.py If restart fails, try alternative restart command if available (#5500) 2018-04-03 14:05:37 -07:00
complex_parsing_test.py Distribution specific override functionality based on class inheritance (#5202) 2017-12-04 11:49:18 -08:00
configurator_test.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
debian_test.py Enhance verb (#5596) 2018-04-18 11:08:30 -07:00
display_ops_test.py Apache plugin wildcard support for ACMEv2 (#5608) 2018-02-28 11:31:47 -08:00
entrypoint_test.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
gentoo_test.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
http_01_test.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
obj_test.py Test coverage & fix 2016-06-25 12:06:43 -07:00
parser_test.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
tls_sni_01_test.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