Skip to content

Commit

Permalink
Merge pull request #121 from ev-br/rm_generate_log
Browse files Browse the repository at this point in the history
MAINT: remove generate_log; can use `pytest --doctest-modules --collect-only`
  • Loading branch information
ev-br authored Feb 21, 2024
2 parents 9ce08b0 + f60b733 commit 6f5d7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scpdt/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from scpdt.impl import DTChecker, DTParser, DebugDTRunner
from scpdt.conftest import dt_config
from .util import np_errstate, matplotlib_make_nongui, generate_log
from .util import np_errstate, matplotlib_make_nongui
from scpdt.frontend import find_doctests


Expand Down
1 change: 1 addition & 0 deletions scpdt/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def get_public_objects(module, skiplist=None):
return (items, names), failures


# XXX: not used ATM
modules = []
def generate_log(module, test):
"""
Expand Down

0 comments on commit 6f5d7a0

Please sign in to comment.