File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 python -m unittest
55
66lint :
7- python -m mypy certbot_dns_ionos /
8- python -m flake8 --max-line-length $(LINE_LENGTH ) certbot_dns_ionos /
7+ python -m mypy certbot_dns_ionos_cloud /
8+ python -m flake8 --max-line-length $(LINE_LENGTH ) certbot_dns_ionos_cloud /
99
1010format :
11- python -m black -l $(LINE_LENGTH ) certbot_dns_ionos /
11+ python -m black -l $(LINE_LENGTH ) certbot_dns_ionos_cloud /
1212
1313install-ci-dependencies :
1414 pip install -r ci-requirements.txt
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 22from unittest .mock import patch , Mock
33
44from certbot import errors
5- from certbot_dns_ionos .ionos import _IONOSClient
5+ from certbot_dns_ionos_cloud .ionos import _IONOSClient
66
77
88test_domain = "test_domain.de"
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = "certbot-dns-ionos-cloud" ,
21- version = "2.0.0" ,
21+ version = "2.0.0-1 " ,
2222 description = "Certbot DNS Authenticator plugin for IONOS" ,
2323 long_description = long_description ,
2424 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments