Skip to content

Commit

Permalink
Setting run_doctests.__name__
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Jul 27, 2024
1 parent 3062478 commit 7b6307e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spherogram_src/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
def run_doctests(verbose=False, print_info=True):
return test_helper.doctest_modules(modules, verbose, print_info)

run_doctests.__name__ = spherogram.__name__

def run_all_tests():
optlist, args = getopt.getopt(sys.argv[1:], 'v', ['verbose'])
Expand Down

0 comments on commit 7b6307e

Please sign in to comment.