mirror of
https://github.com/certbot/certbot.git
synced 2026-02-18 18:17:52 -05:00
* 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
|
||
|---|---|---|
| .. | ||
| certbot_apache | ||
| tests | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| README.rst | ||
| setup.py | ||
Apache plugin for Certbot