certbot/acme/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
..
testdata Test coverage dns ecdsa (#9174) 2022-01-21 20:29:53 +11:00
challenges_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
client_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
crypto_util_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
errors_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
fields_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
jose_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
jws_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
messages_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
standalone_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00
test_util.py Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
util_test.py Automatically run test files with pytest (#9576) 2023-02-14 06:44:42 +11:00