certbot/certbot-ci/certbot_integration_tests
Brad Warren 7f9857a81b
Use Python 3 style super (#8777)
This is one of the things that newer versions of `pylint` complains about.

* git grep -l super\( | xargs sed -i 's/super([^)]*)/super()/g'

* fix spacing
2021-04-08 13:04:51 -07:00
..
assets Removed Python legacy __future__ imports (#8697) 2021-03-05 16:53:20 -08:00
certbot_tests Upgrade to mypy 0.812 (#8748) 2021-04-02 11:54:40 -07:00
nginx_tests Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
rfc2136_tests Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
utils Enable mypy strict mode (#8766) 2021-04-05 15:04:21 -07:00
.coveragerc Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
__init__.py [Unix] Create a framework for certbot integration tests: PART 1 (#6578) 2019-03-01 13:18:06 -08:00
conftest.py use worker terminology (#8728) 2021-03-23 11:29:01 -07:00