Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Griffith <cowlicks@riseup.net>2016-12-06 02:22:14 +0300
committerErica Portnoy <ebportnoy@gmail.com>2016-12-06 02:22:14 +0300
commit65d9e997e54ee215079e396e8d441a43f10a68ab (patch)
treedc8436863b8cf7bd9711d27d3c71e8f1da1fce88 /certbot-nginx
parent93f0846fa49afc0af745472ea7b3881986696c65 (diff)
Refactor cli_test.py and main_test.py (#3828)
* Begin breaking out cli_test.py * simplify main * refactor porse tests * move determine account tests to main_test.py * move duplicate cert test to main_test.py * move cli stuff out of the way * add test_renewal.py * move error test into error_handler_test.py * move test_read_file * move test_no_gui out of MainTest * move test_install_abspath to parsetest * Move main tests into main_test.py * move cli tests back into cli_test.py * clean up cli_test.py * move punycode test to util_test.py * Fix NameError from missing plugins_disco * Fix linting errors * test_renewal.py -> renewal_test.py * rm not_cli_test.py * Move main._handle_exception test to main_test.py * Move renewal import in renewal_test.py from @ohemorange comments * certbot.tests.test_util -> certbot.tests.util * Fix issues from rebasing. * Fix testing issue with option_was_set * fix linting issue
Diffstat (limited to 'certbot-nginx')
-rw-r--r--certbot-nginx/certbot_nginx/tests/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-nginx/certbot_nginx/tests/util.py b/certbot-nginx/certbot_nginx/tests/util.py
index 96fdac527..2fb866b77 100644
--- a/certbot-nginx/certbot_nginx/tests/util.py
+++ b/certbot-nginx/certbot_nginx/tests/util.py
@@ -11,7 +11,7 @@ from acme import jose
from certbot import configuration
-from certbot.tests import test_util
+from certbot.tests import util as test_util
from certbot.plugins import common