Skip to content

Commit 8eccc6e

Browse files
committed
changed description strings
1 parent 70d6782 commit 8eccc6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_makepyfile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def encoding(request):
5353
"accented_letters",
5454
"cyrillic_basic",
5555
"cyrillic_complex",
56-
"chinese_combo",
57-
"japanese_combo",
56+
"chinese_computer",
57+
"japanese_school",
5858
],
5959
)
6060
def any_charset(request):
@@ -126,7 +126,7 @@ def basic_encoded(tmp_path, encoding, any_charset):
126126
yield file, diff, encoding
127127

128128

129-
@pytest.mark.skipif(not_debug(), reason="running in CI or debugging is not enabled.")
129+
@pytest.mark.skipif(not_debug(), reason="skipped in CI or debugging is not enabled.")
130130
def test_makepyfile(makepyfile_encoded):
131131
"""
132132
Test is expected to fail because of UnicodeDecodeError.
@@ -141,7 +141,7 @@ def test_makepyfile(makepyfile_encoded):
141141
print(text, diff)
142142

143143

144-
@pytest.mark.skipif(not_debug(), reason="running in CI or debugging is not enabled.")
144+
@pytest.mark.skipif(not_debug(), reason="skipped in CI or debugging is not enabled.")
145145
def test_basicfile(basic_encoded):
146146
"""
147147
Test is expected to fail because of UnicodeDecodeError.

0 commit comments

Comments
 (0)