certbot/certbot-dns-cloudflare
Brad Warren dc07dfd07b
Automatically run test files with pytest (#9576)
* Switch to pytest

git grep -l unittest.main | xargs sed -i 's/unittest.main()/sys.exit(pytest.main([__file__]))/g'
git ls-files -m | xargs -I {} sh -c "echo 'import sys\nimport pytest' >> '{}'"
isort --float-to-top .

* add pytest dep

* use sys.argv
2023-02-14 06:44:42 +11:00
..
certbot_dns_cloudflare Fix regression in Cloudflare library (#9417) 2022-09-27 07:48:30 +10:00
docs docs: update intersphinx url for certbot project (#9096) 2021-11-11 09:44:59 +01:00
tests Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
LICENSE.txt Cloudflare DNS Authenticator 2017-05-10 15:26:51 -07:00
MANIFEST.in include py.typed marker files in distribution (#9187) 2022-02-04 18:29:26 +01:00
README.rst Cloudflare DNS Authenticator 2017-05-10 15:26:51 -07:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00

Cloudflare DNS Authenticator plugin for Certbot