certbot/certbot-ci/certbot_integration_tests/nginx_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
..
__init__.py [Unix] Create a framework for certbot integration tests: PART 1 (#6578) 2019-03-01 13:18:06 -08:00
context.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
nginx_config.py nginx: fix Unicode crash on Python 2 (#8480) 2020-11-27 18:15:27 +01:00
test_main.py Add executable scripts to start certbot and acme server in certbot-ci (#7073) 2019-06-12 17:19:23 -07:00