Mercurial > python-hglib
view tests/test-encoding.py @ 217:e86a925ba6a0
hglib: add heptapod-ci file
author | Mathias De Mare <mathias.de_mare@nokia.com> |
---|---|
date | Tue, 14 Mar 2023 13:02:48 +0100 |
parents | c1b966866ed7 |
children |
line wrap: on
line source
from tests import common import hglib from hglib.util import b class test_encoding(common.basetest): def test_basic(self): self.client = hglib.open(encoding='utf-8') self.assertEquals(self.client.encoding, b('utf-8'))