certbot/certbot/tests
ohemorange fa25d8356d
Remove references to certbot-auto and letsencrypt-auto that we don't need for the final release (#8738)
Fixes #8661.

As mentioned in https://github.com/certbot/certbot/issues/8661#issuecomment-806168214, there are quite a few remaining references, but until we modify the release script, we still need those. The changes here and the list there were created by grepping for the following terms:

```
certbot-auto
cb-auto
cbauto
certbotauto
letsencrypt-auto
le-auto
leauto
letsencryptauto
LEAUTO
LE_AUTO
LETSENCRYPT_AUTO
LETSENCRYPTAUTO
CB_AUTO
CERTBOT_AUTO
CBAUTO
CERTBOTAUTO
```

* Remove references to certbot-auto from certbot code

* Remove references to LEAUTO

* Remove references to CERTBOT_AUTO

* Remove references to letsencrypt-auto

* Remove references to certbot-auto from docs and tools

* remove cli constants header files

* Remove Python virtual environment section
2021-03-24 16:58:15 -07:00
..
compat Forbid os.readlink() (#8472) 2021-01-05 09:34:12 -08:00
display Added missing from typing imports. (#8724) 2021-03-23 21:33:47 +01:00
plugins Remove references to certbot-auto and letsencrypt-auto that we don't need for the final release (#8738) 2021-03-24 16:58:15 -07:00
account_test.py Remove dependency on six (#8650) 2021-02-09 11:43:15 -08:00
auth_handler_test.py Use better asserts. Added notes to style guide. (#8451) 2020-11-12 23:33:02 +01:00
cert_manager_test.py cli: make key_path and cert_path always be a str (#8687) 2021-02-25 11:32:21 -08:00
cli_test.py Remove references to certbot-auto and letsencrypt-auto that we don't need for the final release (#8738) 2021-03-24 16:58:15 -07:00
client_test.py Removed some unused imports. (#8424) 2020-12-04 14:29:58 +01:00
configuration_test.py Do not require mock in Python 3 in certbot module (#7911) 2020-04-15 11:28:47 -07:00
crypto_util_test.py --preferred-chain: only match root name (#8596) 2021-01-14 12:12:48 +11:00
eff_test.py Fix #8436 & #8432 tests (#8440) 2020-11-10 14:42:51 -08:00
error_handler_test.py Added missing from typing imports. (#8724) 2021-03-23 21:33:47 +01: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 Fix add deprecated argument (#8500) 2020-12-02 15:08:07 -08:00
hook_test.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
lock_test.py Do not require mock in Python 3 in certbot module (#7911) 2020-04-15 11:28:47 -07:00
log_test.py Added missing from typing imports. (#8724) 2021-03-23 21:33:47 +01:00
main_test.py Added missing from typing imports. (#8724) 2021-03-23 21:33:47 +01:00
ocsp_test.py ocsp: add support for public key hash ResponderIDs (#7989) 2020-05-13 15:55:35 -07:00
renewal_test.py Remove deprecated options as early as possible using an explicit list (#8617) 2021-01-28 12:34:50 -08:00
renewupdater_test.py Do not require mock in Python 3 in certbot module (#7911) 2020-04-15 11:28:47 -07:00
reporter_test.py Remove dependency on six (#8650) 2021-02-09 11:43:15 -08:00
reverter_test.py Remove dependency on six (#8650) 2021-02-09 11:43:15 -08:00
storage_test.py revoke: try determine the server automatically (#8691) 2021-03-01 12:56:22 -08:00
util_test.py Remove dependency on six (#8650) 2021-02-09 11:43:15 -08:00