Skip to content

Commit

Permalink
fix import [@]trap_exception tipe; misc. cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Oct 8, 2023
1 parent 24e3a86 commit 0db97e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mezcla/tests/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Local packages
from mezcla.unittest_wrapper import TestWrapper
## TODO: from mezcla.unittest_wrapper import @trap_exception
## TODO: from mezcla.unittest_wrapper import trap_exception
from mezcla import debug
## TODO: from mezcla import glue_helpers as gh
from mezcla.my_regex import my_re
Expand Down Expand Up @@ -92,7 +92,7 @@ def test_data_file(self):
@pytest.mark.xfail # TODO: remove xfail
## TODO: @trap_exception
def test_something_else(self):
"""TODO: flesh out test for something else"""
"""TODO: flesh out test for something_else"""
debug.trace(4, f"TestIt.test_something_else(); self={self}")
assert False
## ex: assert (THE_MODULE.TODO_function() == TODO_value)
Expand Down

0 comments on commit 0db97e7

Please sign in to comment.