mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 07:39:52 +02:00
More le_util in docs and compatibility tests
This commit is contained in:
+2
-2
@@ -47,10 +47,10 @@ class Proxy(configurators_common.Proxy):
|
||||
"certbot_apache.parser.subprocess",
|
||||
mock_subprocess).start()
|
||||
mock.patch(
|
||||
"certbot.le_util.subprocess",
|
||||
"certbot.util.subprocess",
|
||||
mock_subprocess).start()
|
||||
mock.patch(
|
||||
"certbot_apache.configurator.le_util.exe_exists",
|
||||
"certbot_apache.configurator.util.exe_exists",
|
||||
_is_apache_command).start()
|
||||
|
||||
patch = mock.patch(
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
:mod:`certbot.le_util`
|
||||
--------------------------
|
||||
|
||||
.. automodule:: certbot.le_util
|
||||
:members:
|
||||
@@ -0,0 +1,5 @@
|
||||
:mod:`certbot.util`
|
||||
--------------------------
|
||||
|
||||
.. automodule:: certbot.util
|
||||
:members:
|
||||
Reference in New Issue
Block a user