certbot/certbot-nginx/tests
Adrien Ferrand 10eecf9c97
Deprecate zope.component in favor of an direct calls to functions from certbot.display.util module (#8835)
* Implement certbot services

* Various fixes

* Local oldest requirements

* Clean imports

* Add unit tests for certbot.services

* Clean code

* Protect against nullity of global services

* Fix CLI

* Fix tests

* Consistent test behavior

* Various fixes

* Clean code

* Remove reporter service, migrate display service in certbot.display.util.

* Fix test

* Fix apache compatibility test

* Fix oldest test

* Setup certbot.display.service module

* Reintegrate in util

* Fix imports

* Fix tests and documentation

* Refactor

* Cleanup

* Cleanup

* Clean imports

* Add unit tests

* Borrow sphinx build fix from #8863

* Fix type

* Add comment

* Do not reuse existing display service, which never exist at that time

* Make get_display() private

* Fix lint

* Make display internal

* Fix circular dependencies

* Fixing circular dependencies

* Rename patch methods and update docstring

* Update deprecation messages

* Update certbot/certbot/_internal/display/obj.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>

* Update certbot/certbot/tests/util.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>

* Update certbot/certbot/tests/util.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>

* Update certbot/certbot/tests/util.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>

* Update certbot/certbot/tests/util.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>

* Add links

* Avoid relying on internal certbot packages from certbot-apache

* Keep same behavior for patch_get_utility*

* Better diff

* Add changelog

* Update certbot/certbot/tests/util.py

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
2021-07-19 17:09:06 -07:00
..
testdata/etc_nginx nginx: authenticate all matching vhosts for HTTP01 (#8663) 2021-02-26 13:43:22 -08:00
boulder-integration.conf.sh Remove tls sni in nginx plugin (#6857) 2019-03-18 10:22:19 -07:00
configurator_test.py Allow nginx parser to handle empty file (#8895) 2021-06-11 09:21:52 +10:00
display_ops_test.py Deprecate zope.component in favor of an direct calls to functions from certbot.display.util module (#8835) 2021-07-19 17:09:06 -07:00
http_01_test.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
nginxparser_test.py Allow nginx parser to handle empty file (#8895) 2021-06-11 09:21:52 +10:00
obj_test.py Use better asserts. Added notes to style guide. (#8451) 2020-11-12 23:33:02 +01:00
parser_obj_test.py Do not require mock in Python 3 in nginx module (#7898) 2020-04-15 11:39:44 -07:00
parser_test.py Allow nginx parser to handle empty file (#8895) 2021-06-11 09:21:52 +10:00
test_util.py Deprecate zope.component in favor of an direct calls to functions from certbot.display.util module (#8835) 2021-07-19 17:09:06 -07:00