File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- from scpdt .impl import DTConfig
1
+ from .impl import DTConfig
2
2
3
3
4
4
dt_config = DTConfig ()
Original file line number Diff line number Diff line change 5
5
import warnings
6
6
import doctest
7
7
8
-
9
8
import pytest
10
9
import _pytest
11
10
from _pytest import doctest as pydoctest , outcomes
12
11
from _pytest .doctest import DoctestModule , DoctestTextfile
13
12
from _pytest .pathlib import import_path
14
13
15
- from scpdt .impl import DTParser , DebugDTRunner
16
- from scpdt .conftest import dt_config
17
- from scpdt .util import np_errstate , matplotlib_make_nongui , temp_cwd
18
- from scpdt .frontend import find_doctests
14
+ from .impl import DTParser , DebugDTRunner
15
+ from .conftest import dt_config
16
+ from .util import np_errstate , matplotlib_make_nongui , temp_cwd
17
+ from .frontend import find_doctests
19
18
20
19
21
20
def pytest_addoption (parser ):
You can’t perform that action at this time.
0 commit comments