コード例 #1
0
ファイル: test_text.py プロジェクト: akshbn/robotframework
 def test_combining_width(self):
     assert_equal(get_console_length(self.nfd), 3)
コード例 #2
0
ファイル: test_text.py プロジェクト: akshbn/robotframework
 def test_east_asian_width(self):
     assert_equal(get_console_length(self.len16_asian), 16)
コード例 #3
0
ファイル: test_text.py プロジェクト: akshbn/robotframework
 def test_console_width(self):
     assert_equal(get_console_length(self.ten_normal), 10)
コード例 #4
0
 def test_combining_width(self):
     assert_equal(get_console_length(self.nfd), 3)
コード例 #5
0
 def test_east_asian_width(self):
     assert_equal(get_console_length(self.len16_asian), 16)
コード例 #6
0
 def test_console_width(self):
     assert_equal(get_console_length(self.ten_normal), 10)