certbot/certbot-compatibility-test
Mads Jensen 501df0dc4e
Use in dict rather than "in dict.keys()". Fix linting warnings about "not in". (#8298)
* Fixed a few linting warnings for if not x in y.

These should have been caught by pylint, but weren't.

* Replaced "x in y.keys()" with "x in y".

It's much faster, and more Pythonic.
2020-09-19 11:35:49 +02:00
..
certbot_compatibility_test Use in dict rather than "in dict.keys()". Fix linting warnings about "not in". (#8298) 2020-09-19 11:35:49 +02:00
nginx certbot-compat: remove dupe random25863 nginx name (#8286) 2020-09-16 10:00:38 -07:00
Dockerfile Move compatibility tests off of certbot-auto and Python 2 (#8248) 2020-09-09 15:16:52 -07:00
Dockerfile-apache Add certbot-compatibility-test Dockerfiles 2016-08-10 16:08:30 -07:00
Dockerfile-nginx Add certbot-compatibility-test Dockerfiles 2016-08-10 16:08:30 -07:00
LICENSE.txt s/letsencrypt/certbot letsencrypt-compatibility-test 2016-04-13 16:58:21 -07:00
MANIFEST.in Remove unused certbot-compatibility-test docs (#7577) 2019-11-22 12:54:18 -08:00
README.rst Rename misc files 2016-04-14 10:20:23 -07:00
setup.cfg Tell the world we're Python 3 compatible (#4568) 2017-04-28 16:06:45 -07:00
setup.py Bump version to 1.9.0 2020-09-08 09:59:33 -07:00

Compatibility tests for Certbot