Skip to content

Commit e619f9d

Browse files
committed
get tests working
1 parent 605651c commit e619f9d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.requirements/dev.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pip-tools
22
minchin.releaser >= 0.9.5
33
black
44
isort
5+
pytest

tests/test_superscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from markdown_it.utils import read_fixture_file
55
import pytest
66

7-
from mdit_py_plugins.superscript import superscript_plugin
7+
from minchin.md_it.superscript import superscript_plugin
88

99
FIXTURE_PATH = Path(__file__).parent.joinpath("fixtures")
1010

0 commit comments

Comments
 (0)