Mercurial > public > mercurial-scm > python-hglib
view tests/test-encoding.py @ 135:f6b6e16531f8
Added tag 1.4 for changeset 1b47146a4a2c
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 01 Oct 2014 15:03:32 -0500 |
parents | eac8be119d81 |
children | 4359cabcb0cc |
line wrap: on
line source
import common import hglib class test_encoding(common.basetest): def test_basic(self): self.client = hglib.open(encoding='utf-8') self.assertEquals(self.client.encoding, 'utf-8')