certbot/certbot-apache/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
..
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 Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
autohsts_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
centos_test.py remove nose cruft (#9603) 2023-03-02 10:28:20 +11:00
complex_parsing_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
configurator_reverter_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
configurator_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
debian_test.py remove nose cruft (#9603) 2023-03-02 10:28:20 +11:00
display_ops_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
dualnode_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
entrypoint_test.py Remove unnecessary unittest (#9596) 2023-03-02 06:48:40 -08:00
fedora_test.py remove nose cruft (#9603) 2023-03-02 10:28:20 +11:00
gentoo_test.py remove nose cruft (#9603) 2023-03-02 10:28:20 +11:00
http_01_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
obj_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
parser_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
parsernode_configurator_test.py Use pytest assertions (#9585) 2023-02-16 16:02:02 +11:00
parsernode_test.py Remove unnecessary unittest (#9596) 2023-03-02 06:48:40 -08:00
parsernode_util_test.py Remove unnecessary unittest (#9596) 2023-03-02 06:48:40 -08:00
util.py Update and run isort (#9573) 2023-02-10 10:51:20 -08:00