Skip to content

Commit

Permalink
todo on monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Sep 26, 2023
1 parent 3805ad4 commit 3c070e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mezcla/tests/test_unittest_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class SubTestIt(TestWrapper):
# Make assertion, ensuring debugging level set at minimum required (2)
captured_trace = ""
message = "Good math"
# TODO3: use pytest patch support (monkey?)
old_debug_level = debug.get_level()
try:
debug.set_level(debug.TL.DEFAULT)
Expand Down

0 comments on commit 3c070e6

Please sign in to comment.