certbot/certbot-ci
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
..
certbot_integration_tests certbot-ci: fix crash in and simplify manual_http_hooks (#9570) 2023-02-10 11:15:42 -08:00
snap_integration_tests Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00
windows_installer_integration_tests Remove unnecessary unittest (#9596) 2023-03-02 06:48:40 -08:00
MANIFEST.in include py.typed marker files in distribution (#9187) 2022-02-04 18:29:26 +01:00
setup.py Claim Python 3.11 support and add tests (#9471) 2022-11-18 07:55:27 +11:00