mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
* 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> |
||
|---|---|---|
| .. | ||
| compat | ||
| display | ||
| plugins | ||
| account_test.py | ||
| auth_handler_test.py | ||
| cert_manager_test.py | ||
| cli_test.py | ||
| client_test.py | ||
| configuration_test.py | ||
| crypto_util_test.py | ||
| eff_test.py | ||
| error_handler_test.py | ||
| errors_test.py | ||
| helpful_test.py | ||
| hook_test.py | ||
| lock_test.py | ||
| log_test.py | ||
| main_test.py | ||
| ocsp_test.py | ||
| renewal_test.py | ||
| renewupdater_test.py | ||
| reporter_test.py | ||
| reverter_test.py | ||
| storage_test.py | ||
| util_test.py | ||