certbot/certbot-ci/certbot_integration_tests
alexzorin f5a88ade54
nginx: fix Unicode crash on Python 2 (#8480)
* nginx: fix py2 unicode sandwich

The nginx parser would crash when saving configuraitons containing
Unicode, because py2's `str` type does not support Unicode.

This change fixes that crash by ensuring that a string type supporting
Unicode is used in both Python 2 and Python 3.

* nginx: add unicode to the integration test config

* update CHANGELOG
2020-11-27 18:15:27 +01:00
..
assets Merge pull request #8444 from certbot/ecdsa 2020-11-19 11:54:24 -08:00
certbot_tests Merge pull request #8444 from certbot/ecdsa 2020-11-19 11:54:24 -08:00
nginx_tests nginx: fix Unicode crash on Python 2 (#8480) 2020-11-27 18:15:27 +01:00
rfc2136_tests Add certbot-dns-rfc2136 integration testing (#8448) 2020-11-17 09:27:27 +01:00
utils Merge pull request #8444 from certbot/ecdsa 2020-11-19 11:54:24 -08: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 Add certbot-dns-rfc2136 integration testing (#8448) 2020-11-17 09:27:27 +01:00