Skip to content

Commit 6f5d7a0

Browse files
authored
Merge pull request #121 from ev-br/rm_generate_log
MAINT: remove generate_log; can use `pytest --doctest-modules --collect-only`
2 parents 9ce08b0 + f60b733 commit 6f5d7a0

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)