certbot/acme/tests
Brad Warren da01846d34
Remove unnecessary unittest (#9596)
Now that we're using pytest more aggressively, I think we should start transitioning our tests to that style rather than continuing to use unittest. This PR removes some unnecessary uses of unittest I found.

I kept the test classes (while removing the inheritance from unittest.TestCase) where I felt like it added structure or logical grouping of tests.

I verified that pytest still finds all the tests in both this branch and master by running commands like:
```
pytest $(git diff --name-only master | grep -v windows_installer_integration_tests)
```
2023-03-02 06:48:40 -08:00
..
testdata Test coverage dns ecdsa (#9174) 2022-01-21 20:29:53 +11:00
challenges_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
client_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
crypto_util_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
errors_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
fields_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
jose_test.py Remove unnecessary unittest (#9596) 2023-03-02 06:48:40 -08:00
jws_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
messages_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
standalone_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
test_util.py Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
util_test.py Remove unnecessary unittest (#9596) 2023-03-02 06:48:40 -08:00