certbot/certbot-ci/windows_installer_integration_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
..
__init__.py Windows installer integration tests (#7724) 2020-02-05 14:12:29 -08:00
conftest.py Remove Windows 2016 environment, generate 64 bit installer (#9202) 2022-03-03 19:31:03 +01:00
py.typed Fully type certbot-ci module (#9120) 2021-11-30 08:24:39 +11:00
test_main.py Remove unnecessary unittest (#9596) 2023-03-02 06:48:40 -08:00