Mercurial > python-hglib
view tests/test-encoding.py @ 131:a3373bf28ccb
Added tag 1.3 for changeset df808f92c0f1
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 01 Aug 2014 18:24: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')