We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd587e commit cd91848Copy full SHA for cd91848
tests/test_text.py tests/text/test_paragraph.pytests/test_text.py renamed to tests/text/test_paragraph.py
@@ -16,8 +16,8 @@
16
17
import pytest
18
19
-from .unitutil.cxml import element, xml
20
-from .unitutil.mock import call, class_mock, instance_mock
+from ..unitutil.cxml import element, xml
+from ..unitutil.mock import call, class_mock, instance_mock
21
22
23
class DescribeParagraph(object):
0 commit comments