Enable coverage

This commit is contained in:
Adrien Ferrand 2019-05-24 15:21:33 +02:00
parent 842b371f22
commit 6a8fcfd8ba

View file

@ -46,5 +46,5 @@ del ourselves, std_os, std_sys
# "Administrators" group + "System" user, as they can do everything anyway.
def chmod(*unused_args, **unused_kwargs): # pylint: disable=function-redefined
"""Method os.chmod() is forbidden"""
raise RuntimeError('Usage of os.chmod() is forbidden. ' # pragma: no cover
raise RuntimeError('Usage of os.chmod() is forbidden. '
'Use certbot.compat.filesystem.chmod() instead.')