Skip to content

Commit 78f9107

Browse files
author
Steve Canny
committed
reorg: extract tests.oxml.text subpackage
1 parent 67c901b commit 78f9107

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tests/oxml/text/__init__.py

Whitespace-only changes.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# encoding: utf-8
22

33
"""
4-
Test suite for the docx.oxml.text module.
4+
Test suite for the docx.oxml.text.run module.
55
"""
66

7-
from __future__ import absolute_import, print_function, unicode_literals
7+
from __future__ import (
8+
absolute_import, division, print_function, unicode_literals
9+
)
810

911
import pytest
1012

11-
from ..unitutil.cxml import element, xml
13+
from ...unitutil.cxml import element, xml
1214

1315

1416
class DescribeCT_R(object):

0 commit comments

Comments
 (0)