Changes between Initial Version and Version 1 of Ticket #32602, comment 4


Ignore:
Timestamp:
Mar 29, 2021, 8:44:21 AM (3 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32602, comment 4

    initial v1  
    55
    66> ... If the test fails, an exception will be raised with an explanatory message, and `unittest` will identify the test case as a ''failure''.
     7
     8Another place is if you look under `TestCase.id()`:
     9https://docs.python.org/3/library/unittest.html#unittest.TestCase.id
     10
     11> Return a string identifying the specific test case. This is usually the full name of the test method, including the module and class name.
Back to Top