我有一个用于测试读数的脚本,它在 Python 3.9 上运行良好,但现在我们升级到 Python 3.12,我们有那些破坏脚本的插入符。所以最简单的方法就是禁用它。
有没有办法在Python堆栈跟踪中禁用插入符号(^^^^^^^^^^^^^^^^^^^^^)?
ERROR: test_email (tests.test_emails.EmailTestCase.test_email)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/my-project/email/tests/test_emails.py", line 72, in test_email
self.assertNotEquals(self.email.id, self.email_id)
^^^^^^^^^^^^^^^^^^^^