Changes between Initial Version and Version 1 of Ticket #32602, comment 4
- Timestamp:
- Mar 29, 2021, 8:44:21 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32602, comment 4
initial v1 5 5 6 6 > ... If the test fails, an exception will be raised with an explanatory message, and `unittest` will identify the test case as a ''failure''. 7 8 Another place is if you look under `TestCase.id()`: 9 https://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.