From 05cff07b9500c82dff7c363dd08c14c74a15b19f 2023-03-04 07:37:00 From: Quentin Peter Date: 2023-03-04 07:37:00 Subject: [PATCH] format --- diff --git a/IPython/core/tests/test_magic.py b/IPython/core/tests/test_magic.py index 32d7ca7..da998fa 100644 --- a/IPython/core/tests/test_magic.py +++ b/IPython/core/tests/test_magic.py @@ -715,6 +715,7 @@ def doctest_precision(): Out[5]: '3.141593e+00' """ + def test_debug_magic(): """Test debugging a small code with %debug @@ -727,6 +728,7 @@ def test_debug_magic(): In [2]: """ + def test_debug_magic_locals(): """Test debugging a small code with %debug with locals