Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Followed up on PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pyrathon committed Nov 29, 2018
1 parent 626079e commit 7504675
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions python-packages/order_utils/test/test_doctest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@


def test_all_doctests():
"""Gather zero_ex.* modules and doctest them.
NOTE: we now use `importlib` instead of `imp` because `imp` is deprecated
and also `load_module()` will reload modules that are already loaded,
causing tests to faily non-deterministically.
Ref https://bit.ly/2zwgyrZ
"""
"""Gather zero_ex.* modules and doctest them."""
for (_, modname, _) in pkgutil.walk_packages(
path=zero_ex.__path__, prefix="zero_ex."
):
Expand Down

0 comments on commit 7504675

Please sign in to comment.