certbot/certbot-apache/tests
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
..
apache-conf-files Fixing hanging test farm tests (#9211) 2022-02-22 13:19:48 -08:00
testdata apache: remove support for Apache 2.2 and CentOS 6 (#9354) 2022-08-29 10:05:48 -07:00
augeasnode_test.py Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
autohsts_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
centos_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
complex_parsing_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
configurator_reverter_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
configurator_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
debian_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
display_ops_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
dualnode_test.py Remove external mock dependency (#9331) 2022-09-28 16:17:03 -07:00
entrypoint_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
fedora_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
gentoo_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
http_01_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
obj_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
parser_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
parsernode_configurator_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
parsernode_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
parsernode_util_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
util.py Update and run isort (#9573) 2023-02-10 10:51:20 -08:00