certbot/certbot-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
..
testdata/etc_nginx Update comment in testdata file 2020-02-25 13:21:10 +09:00
boulder-integration.conf.sh Remove tls sni in nginx plugin (#6857) 2019-03-18 10:22:19 -07:00
configurator_test.py Use better asserts. Added notes to style guide. (#8451) 2020-11-12 23:33:02 +01:00
display_ops_test.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
http_01_test.py Do not require mock in Python 3 in nginx module (#7898) 2020-04-15 11:39:44 -07:00
nginxparser_test.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
obj_test.py Use better asserts. Added notes to style guide. (#8451) 2020-11-12 23:33:02 +01:00
parser_obj_test.py Do not require mock in Python 3 in nginx module (#7898) 2020-04-15 11:39:44 -07:00
parser_test.py nginx: fix Unicode crash on Python 2 (#8480) 2020-11-27 18:15:27 +01:00
test_log_util.py Add simple comments 2020-02-24 05:30:54 +09:00
test_util.py nginx: add --nginx-sleep-seconds (#8163) 2020-07-27 12:52:12 -07:00