flask/tests/test_meta.py

7 lines
123 B
Python
Raw Normal View History

2019-07-01 07:36:20 -07:00
import io
def test_changelog_utf8_compatible():
with io.open("CHANGES.rst", encoding="UTF-8") as f:
f.read()