Skip to content

Commit 9c8891c

Browse files
committed
Update tests
1 parent e989ce6 commit 9c8891c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/test_text_parser.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from epy import CharPos, TextMark, TextSpan, HTMLtoLines
1+
from epy_reader.models import CharPos, TextMark, TextSpan
2+
from epy_reader.parser import HTMLtoLines
23

34

45
def test_text_mark_validation_check():

tests/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections import namedtuple
22

3-
from epy import resolve_path
3+
from epy_reader.lib import resolve_path
44

55

66
def test_resolve_path():

0 commit comments

Comments
 (0)