mirror of
https://github.com/certbot/certbot.git
synced 2026-06-15 03:30:46 -04:00
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) ``` |
||
|---|---|---|
| .. | ||
| apache-conf-files | ||
| testdata | ||
| augeasnode_test.py | ||
| autohsts_test.py | ||
| centos_test.py | ||
| complex_parsing_test.py | ||
| configurator_reverter_test.py | ||
| configurator_test.py | ||
| debian_test.py | ||
| display_ops_test.py | ||
| dualnode_test.py | ||
| entrypoint_test.py | ||
| fedora_test.py | ||
| gentoo_test.py | ||
| http_01_test.py | ||
| obj_test.py | ||
| parser_test.py | ||
| parsernode_configurator_test.py | ||
| parsernode_test.py | ||
| parsernode_util_test.py | ||
| util.py | ||