certbot/certbot-apache
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_apache Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
tests Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
LICENSE.txt s/letsencrypt/certbot letsencrypt-apache 2016-04-13 16:30:57 -07:00
MANIFEST.in include py.typed marker files in distribution (#9187) 2022-02-04 18:29:26 +01:00
README.rst s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
setup.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00

Apache plugin for Certbot