certbot/certbot-compatibility-test/certbot_compatibility_test
Adrien Ferrand 0dbe17bbd4
Define OS options by a dedicated object in Apache configurator (#8778)
In https://github.com/certbot/certbot/pull/8748#discussion_r605457670 we discussed about changing the dict used to set OS options for Apache configurators into a dedicated object.

* Create _OsOptions class to configure the os specific options of the Apache configurators

* Fix tests

* Clean imports

* Fix naming

* Fix compatibility tests

* Rename a class

* Ensure restart_cmd_alt is set for specific OSes.

* Add docstring

* Fix override

* Fix coverage
2021-04-13 11:18:49 -07:00
..
configurators Define OS options by a dedicated object in Apache configurator (#8778) 2021-04-13 11:18:49 -07:00
testdata certbot-compat: remove dupe random25863 nginx name (#8286) 2020-09-16 10:00:38 -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 Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
util.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
validator.py Stop inheriting from object. It's unneeded on Python 3+. (#8675) 2021-02-25 14:59:00 -08:00
validator_test.py Remove mock dependency (#8630) 2021-02-05 15:51:18 -08:00