2

次のような単体テスト レポートを変更する方法を理解するのに苦労しています。

======================================================================    
FAIL: test_equal (__main__.InequalityTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_notequal.py", line 7, in test_equal
    self.assertNotEqual(1, 3-2, "My Custom Message")
AssertionError: 1 == 1

次のようなレポートに:

Line 7: My Custom Message

これらのレポートを解析するにはどうすればよいですか?

4

2 に答える 2