Skip to content

Commit f60b733

Browse files
committed
MAINT: remove the import of generate_log.
For collection coverage, can use `pytest --doctest-modules --collect-only`, see https://github.com/ev-br/scpdt/wiki/Compare-the-coverage for details. closes gh-97
1 parent 7dca61f commit f60b733

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scpdt/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from scpdt.impl import DTChecker, DTParser, DebugDTRunner
1515
from scpdt.conftest import dt_config
16-
from .util import np_errstate, matplotlib_make_nongui, generate_log
16+
from .util import np_errstate, matplotlib_make_nongui
1717
from scpdt.frontend import find_doctests
1818

1919

scpdt/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def get_public_objects(module, skiplist=None):
251251
return (items, names), failures
252252

253253

254+
# XXX: not used ATM
254255
modules = []
255256
def generate_log(module, test):
256257
"""

0 commit comments

Comments
 (0)