On Tue, 20 Jan 2026 at 13:56, Thomas Huth <[email protected]> wrote: > skipTest() aborts the test immediately, the remaining code after this > statement is not executed anymore. (I think it internally raises an > exception that is caught by the unittest code to mark the test as skipped, > but you might better ask a Python wizard if you want to know the gory > details. See > https://docs.python.org/3/library/unittest.html#unittest-skipping for example)
* I see, got it. Thank you for the link. --- - Prasad
