Kaydet (Commit) 613debcf authored tarafından Zachary Ware's avatar Zachary Ware

Merge with 3.5

...@@ -4,9 +4,13 @@ import os ...@@ -4,9 +4,13 @@ import os
import unittest import unittest
from test.support.script_helper import assert_python_ok from test.support.script_helper import assert_python_ok
from test.test_tools import toolsdir from test.test_tools import skip_if_missing, toolsdir
from test.support import temp_cwd from test.support import temp_cwd
skip_if_missing()
class Test_pygettext(unittest.TestCase): class Test_pygettext(unittest.TestCase):
"""Tests for the pygettext.py tool""" """Tests for the pygettext.py tool"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment