mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
* Enhancement #4435. Organizing defaults in prepare_and_parse_args() * Playing fast and loose with tox. Discovered screwy case involving flag_default returning empty list (domains) * Setting defaults for more low-hanging fruit. Some caveats remain. * key_path default to None * Applying PR feedback: explicit defaults even where redundant * Obsessive quote consistency * Set testing config path arguments to a 'certonly' default * Copy the default domains list rather than get reference * Build a testing Config from CLI_DEFAULTS * Update some email tests for use with defaults in config. config.email and config.noninteractive_mode in these tests used to be magic-mock'd, so were True-ish. The default email is now None and default noninteractive_mode is False, so update in tests accordingly. * Lint... * Copy anything retrieved using flag_defaults. Apply this to test_cli_ini_domains too. * Put those quotes back. Backslashes are just the worst. * Remove vestigial line * A test to ensure no regressions around modifying CLI_DEFAULTS |
||
|---|---|---|
| .. | ||
| display | ||
| plugins | ||
| tests | ||
| .gitignore | ||
| __init__.py | ||
| account.py | ||
| achallenges.py | ||
| auth_handler.py | ||
| cert_manager.py | ||
| cli.py | ||
| client.py | ||
| configuration.py | ||
| constants.py | ||
| crypto_util.py | ||
| eff.py | ||
| error_handler.py | ||
| errors.py | ||
| hooks.py | ||
| interfaces.py | ||
| lock.py | ||
| log.py | ||
| main.py | ||
| notify.py | ||
| ocsp.py | ||
| renewal.py | ||
| reporter.py | ||
| reverter.py | ||
| ssl-dhparams.pem | ||
| storage.py | ||
| util.py | ||