Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b46ccc

Browse filesBrowse files
committed
skip_if_missing in test_makeunicodedata
1 parent ba8aa1f commit 9b46ccc
Copy full SHA for 9b46ccc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎Lib/test/test_tools/test_makeunicodedata.py

Copy file name to clipboardExpand all lines: Lib/test/test_tools/test_makeunicodedata.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from test.test_tools import toolsdir, imports_under_tool
2+
from test.test_tools import skip_if_missing, imports_under_tool
33
from test import support
44
from test.support.hypothesis_helper import hypothesis
55

@@ -8,6 +8,7 @@
88
example = hypothesis.example
99

1010

11+
skip_if_missing("unicode")
1112
with imports_under_tool("unicode"):
1213
from dawg import Dawg, build_compression_dawg, lookup, inverse_lookup
1314

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.