some cleanup

This commit is contained in:
Ebag333
2017-02-24 03:47:21 -08:00
parent 78597a8554
commit 86a145f01c
8 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import platform
from tests.test_locale.locale_functions import GetPath
def test_codec():
def test_codec_english():
use_codec = {
"Windows": "cp1252",
"Linux" : "utf8",

View File

@@ -5,7 +5,7 @@ import platform
from tests.test_locale.locale_functions import GetPath
def test_codec():
def test_codec_russian():
use_codec = {
"Windows": "cp1251",
"Linux" : "utf8",

View File

@@ -5,7 +5,7 @@ import platform
from tests.test_locale.locale_functions import GetPath
def test_codec():
def test_codec_hebrew():
use_codec = {
"Windows": "cp1252",
"Linux" : "utf8",

View File

@@ -5,7 +5,7 @@ import platform
from tests.test_locale.locale_functions import GetPath
def test_codec():
def test_codec_chinese_simplified():
use_codec = {
"Windows": "cp1252",
"Linux" : "utf8",