Skip to content

Commit

Permalink
move private doctests to pytest for builtin.directories and builtin.f…
Browse files Browse the repository at this point in the history
…ile_operations
  • Loading branch information
mmatera committed Oct 16, 2023
1 parent 3e66b6f commit e7e6f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/builtin/test_evalution.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def test_private_doctests_evaluation(str_expr, msgs, str_expected, fail_msg):
# TODO: Maybe it makes sense to clone this exception handling in
# the check_evaluation function.
#

if str_expr is None:
reset_session()
return
Expand Down

0 comments on commit e7e6f73

Please sign in to comment.