view tests/test-encoding.py @ 139:c62635b24826

Added tag 1.5 for changeset a05cdc1579df
author Matt Mackall <mpm@selenic.com>
date Sat, 01 Nov 2014 22:59:12 -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')