mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Skip test_tools.test_i18n when pygettext.py is missing
This commit is contained in:
parent
de354bc7fc
commit
5cf1c6cb62
1 changed files with 5 additions and 1 deletions
|
@ -4,9 +4,13 @@ import os
|
|||
import unittest
|
||||
|
||||
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
|
||||
|
||||
|
||||
skip_if_missing()
|
||||
|
||||
|
||||
class Test_pygettext(unittest.TestCase):
|
||||
"""Tests for the pygettext.py tool"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue