Mercurial > python-hglib
view tests/test-encoding.py @ 111:63b92316623e
Added tag 0.9 for changeset c635e6e7054f
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 01 May 2013 17:53:11 -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')