some cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user