Skip to content

Commit f8d30ff

Browse files
committed
playing with tests
trying to get tests working locally.
1 parent bbec429 commit f8d30ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_text.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
from mock import call, Mock
1818

19-
from .oxml.unitdata.text import (
19+
from tests.oxml.unitdata.text import (
2020
a_b, a_bCs, a_br, a_caps, a_cs, a_dstrike, a_p, a_shadow, a_smallCaps,
2121
a_snapToGrid, a_specVanish, a_strike, a_t, a_vanish, a_webHidden,
2222
an_emboss, an_i, an_iCs, an_imprint, an_oMath, a_noProof, an_outline,
2323
an_r, an_rPr, an_rtl, a_u
2424
)
25-
from .unitutil import class_mock, instance_mock
25+
from tests.unitutil import class_mock, instance_mock
2626

2727

2828
class DescribeParagraph(object):

0 commit comments

Comments
 (0)