certbot/certbot/tests
osirisinferi 96847ba779
Add extra challenge info to --debug-challenges (#9208)
* Add challenge info to `--debug-challenges`

* Expand/add tests

* Add changelog entry

* Make tests Python 3.6 and 3.7 compatible

* Don't use `config.namespace`

* And don't use `config.namespace` in tests too

* Expand tests to check for token/thumbprint

* Add test for the DNS-01 challenge

Changed the Apache authenticator to the manual authenticator. Doesn't
seem to make a difference to the tests, but makes more sense if the
DNS-01 challenge is being used.

* Reword changelog entry

* Mention feature in --help output

* Better variable assignment in test

Co-authored-by: alexzorin <alex@zor.io>

* Better variable assignment in test

Co-authored-by: alexzorin <alex@zor.io>

* Remove unnecessary `verbose_count` assignment

Co-authored-by: alexzorin <alex@zor.io>

* Use terminology from RFC 8555

* Compress the two new tests into one

* s/world wide web/internet

* Move new code into separate function

* Remove superfluous newline with mixed challs

Co-authored-by: alexzorin <alex@zor.io>
2022-02-28 07:25:49 +11:00
..
compat Command-line UX overhaul (#8852) 2021-05-25 10:47:39 +10:00
display Remove outdated pylint comments (#9167) 2022-01-09 22:51:06 +01:00
plugins Use literals wherever possible. (#9194) 2022-02-14 14:54:03 -08:00
account_test.py Update assertTrue/False to Python 3 precise asserts (#8792) 2021-04-29 10:45:08 +10:00
auth_handler_test.py Add extra challenge info to --debug-challenges (#9208) 2022-02-28 07:25:49 +11:00
cert_manager_test.py Reimplement Certbot zope.interfaces into abstract base classes (#8950) 2021-07-29 13:45:29 -07:00
cli_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
client_test.py Added --issuance-timeout command line option (#9056) 2021-11-30 08:17:06 +11:00
configuration_test.py Reimplement Certbot zope.interfaces into abstract base classes (#8950) 2021-07-29 13:45:29 -07:00
crypto_util_test.py Deprecate usage of IConfig as a singleton in Certbot (#8869) 2021-05-28 12:17:56 -07:00
eff_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
error_handler_test.py Fix some typos (found by codespell) (#9017) 2021-09-03 06:43:13 +10:00
errors_test.py Do not require mock in Python 3 in certbot module (#7911) 2020-04-15 11:28:47 -07:00
helpful_test.py Update assertTrue/False to Python 3 precise asserts (#8792) 2021-04-29 10:45:08 +10:00
hook_test.py Use literals wherever possible. (#9194) 2022-02-14 14:54:03 -08:00
lock_test.py Update assertTrue/False to Python 3 precise asserts (#8792) 2021-04-29 10:45:08 +10:00
log_test.py Cleanup some useless type ignore directives (#8987) 2021-08-17 07:43:56 +10:00
main_test.py Add support for revoking ecdsa keys without --cert-name. (#8725) 2022-02-03 17:34:04 -08:00
ocsp_test.py Update py cryptography to >=2.5.0 (#9110) 2021-11-24 14:46:11 -08:00
renewal_test.py Reimplement Certbot zope.interfaces into abstract base classes (#8950) 2021-07-29 13:45:29 -07:00
renewupdater_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
reporter_test.py Cleanup some useless type ignore directives (#8987) 2021-08-17 07:43:56 +10:00
reverter_test.py Update assertTrue/False to Python 3 precise asserts (#8792) 2021-04-29 10:45:08 +10:00
storage_test.py Update assertTrue/False to Python 3 precise asserts (#8792) 2021-04-29 10:45:08 +10:00
util_test.py Add Python 3.10 support and tests (#9077) 2021-11-08 15:55:32 -08:00