flask/tests/test_meta.py
2019-07-01 07:36:20 -07:00

6 lines
123 B
Python

import io
def test_changelog_utf8_compatible():
with io.open("CHANGES.rst", encoding="UTF-8") as f:
f.read()